moveToInsertRow

Поиск
Список
Период
Сортировка
От Dennis R. Gesker
Тема moveToInsertRow
Дата
Msg-id 3C867CBC.5050402@gesker.com
обсуждение исходный текст
Ответы Re: moveToInsertRow  ("Dave Cramer" <Dave@micro-automation.net>)
Список pgsql-jdbc
Hello:

I'm currently getting the following error using the moveToInsertRow
method with an updatable result set using what (I think but am not
entirely sure) is the current version of the JDBC driver for use with
PostgreSQL. I found the jar containing this driver at jdbc.postgresql.org.

This method is not yet implemented.
      at org.postgresql.Driver.notImplemented(Driver.java:440)
      at
org.postgresql.jdbc2.UpdateableResultSet.moveToInsertRow(UpdateableResultSet.java:98)


Is there a stable version of this driver available that implements the
moveToInsertRow capabilities on an updatable result set? If not is this
method planned for sometime in the future?

--
Dennis R. Gesker        dennis@alamon.com
Alamon Telco, Inc.        (406) 752-8838
http://www.alamon.com


--
Dennis Roman Gesker        ICQ: 194047
dennis@gesker.com        Fax: 413.740.4653

Seek freedom and become captive to your desires. Seek discipline and find your liberty. -- F.H. 1985




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

Предыдущее
От: Doug Fields
Дата:
Сообщение: Escaping strings - different for = and LIKE ?
Следующее
От: "Dave Cramer"
Дата:
Сообщение: Re: moveToInsertRow