JDBC and Postgres - Mailing list pgsql-interfaces

From admin
Subject JDBC and Postgres
Date
Msg-id 001101be873b$97211320$0300a8c0@sympatico.ca
Whole thread Raw
List pgsql-interfaces
Hi,
 
I have 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.
 
 
 
 
Thaks
 
Henry

pgsql-interfaces by date:

Previous
From: Constantin Teodorescu
Date:
Subject: JDBC (executing transactions coding style)
Next
From: José Soares
Date:
Subject: Re: [INTERFACES] pg_get_view unknow ...