RE: [INTERFACES] JDBC and Postgres

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: admin <admin(at)isorintrade(dot)ca>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] JDBC and Postgres
Date: 1999-04-15 13:42:49
Message-ID: A9DCBD548069D211924000C00D001C441DD44E@exchange.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Can you post the full stacktrace that's thrown when this exception
occurs. Quickly looking at your code, I cant see anything obviously
wrong.

Peter

--

Peter T Mount, IT Section
petermount(at)it(dot)maidstone(dot)gov(dot)uk
Anything I write here are my own views, and cannot be taken as the
official words of Maidstone Borough Council

-----Original Message-----
From: admin [mailto:admin(at)isorintrade(dot)ca]
Sent: Thursday, April 15, 1999 1:29 PM
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] JDBC and Postgres

Hi,

Ihave two methods in my server side code, employee() which opens db
conenection, perform sql , close connection-- works fine.. updateinfo()
opens connection perform sql, then i get the Error Column name not
found. The sql command is fine because if i put it in the first method
works fine.. any ideas? Also, any sql command I put in the second method
dosent' work. So my guess is its the db connection, but I can't find
anything wrong with the code.

code is at http://www.isorintrade.ca/server.java

Thaks

Henry

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 1999-04-15 13:49:01 RE: [INTERFACES] JDBC (executing transactions coding style)
Previous Message José Soares 1999-04-15 13:19:52 Re: [INTERFACES] Urgent, bool-to-int patch possible?