Thread: JDBC and Postgres

JDBC and Postgres

From
"admin"
Date:
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