JDBC and Postgres

Поиск
Список
Период
Сортировка
От admin
Тема JDBC and Postgres
Дата
Msg-id 001101be873b$97211320$0300a8c0@sympatico.ca
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Constantin Teodorescu
Дата:
Сообщение: JDBC (executing transactions coding style)
Следующее
От: José Soares
Дата:
Сообщение: Re: [INTERFACES] pg_get_view unknow ...