PG 8.2's JDBC, and Statement.executeUpdate(String, String[]) causing AbstractMethodError

Поиск
Список
Период
Сортировка
От Ken Johanson
Тема PG 8.2's JDBC, and Statement.executeUpdate(String, String[]) causing AbstractMethodError
Дата
Msg-id 4580D56A.10400@kensystem.com
обсуждение исходный текст
Ответы Re: PG 8.2's JDBC, and Statement.executeUpdate(String,  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hello all,

I'm getting a:

AbstractMethodError:
org.postgresql.jdbc2.Jdbc2Statement.executeUpdate(Ljava/lang/String;[Ljava/lang/String;)I

when I call Statement.executeUpdate(String, String[]) on the PG 8.2
distro's JDBC driver (I did not check any other versions).

Is there anything I should check in terms of my settings? I recall
seeing a discussion about prepared stmts being server side now, not in
the driver... and I am using the 'stringtype=unspecified' JDBC URL
parameter; not sure if this could be related.

Thanks in advance,

ken



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

Предыдущее
От: Mark Lewis
Дата:
Сообщение: Re: String escaping?
Следующее
От: Ken Johanson
Дата:
Сообщение: Re: PG 8.2's JDBC, and Statement.executeUpdate(String, String[])