Re: problem with postgres jdbc driver and Java 1.4.2 sdk

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: problem with postgres jdbc driver and Java 1.4.2 sdk
Дата
Msg-id 404E621F.2000209@opencloud.com
обсуждение исходный текст
Ответ на problem with postgres jdbc driver and Java 1.4.2 sdk  (Olivier Crameri <olivier.crameri@netoxygen.ch>)
Список pgsql-jdbc
Olivier Crameri wrote:
> Hi everybody,
>
> Since I've upgraded to Java 1.4.2 on my Mac OSX box, I am having
> extremely strange problem with jdbc drivers.
>
> I am simply trying to update a resultset via update* methods, and I get
> the following exception :
>
> This method is not yet implemented.
> at org.postgresql.Driver.notImplemented(Unknown Source)
> at org.postgresql.jdbc2.UpdateableResultSet.updateInt(Unknown Source)
> at org.postgresql.jdbc2.ResultSet.updateInt(Unknown Source)
> at testPg.<init>(testPg.java:41)
> at testPg.main(testPg.java:51)

This originates from a very old JDBC driver; jdbc2.UpdateableResultSet
and jdbc2.ResultSet were removed on 25 Jul 2002 according to cvsweb.
Try a more recent driver from http://jdbc.postgresql.org (or build your
own from CVS).

If the only thing you've changed is the JDK, check for old versions of
the driver in unexpected places -- perhaps the upgrade changed the
effective classpath being used.

-O

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

Предыдущее
От: Sean Elliott
Дата:
Сообщение: Passing parameters to functions from Java
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: problem with postgres jdbc driver and Java 1.4.2 sdk