RE: [INTERFACES] JDBC and Postgres - Mailing list pgsql-interfaces

From Peter Mount
Subject RE: [INTERFACES] JDBC and Postgres
Date
Msg-id A9DCBD548069D211924000C00D001C441DD44E@exchange.maidstone.gov.uk
Whole thread Raw
List 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@it.maidstone.gov.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@isorintrade.ca]
Sent: Thursday, April 15, 1999 1:29 PM
To: pgsql-interfaces@postgreSQL.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

pgsql-interfaces by date:

Previous
From: José Soares
Date:
Subject: Re: [INTERFACES] Urgent, bool-to-int patch possible?
Next
From: Peter Mount
Date:
Subject: RE: [INTERFACES] JDBC (executing transactions coding style)