Re: UPDATE with JDBC fail

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: UPDATE with JDBC fail
Дата
Msg-id 4112ACEB.2080301@opencloud.com
обсуждение исходный текст
Ответ на UPDATE with JDBC fail  (Jose.Silva@isotrol.com)
Список pgsql-jdbc
Jose.Silva@isotrol.com wrote:

>         rs = this.con.executeSQL(sql);

There is no executeSQL() method on java.sql.Connection.

There might be one down in the guts of the driver implementation
classes, but you certainly shouldn't be using that.

What is the 'con' object, really? We need to see how the driver-level
objects are used to be of any help.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: PostgreSQL Jdbc installation problems
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: UPDATE with JDBC fail