moveToInsertRow

From: "Dennis R(dot) Gesker" <gesker(at)alamon(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: moveToInsertRow
Date: 2002-03-06 18:46:15
Message-ID: 3C8663F7.1090305@alamon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
gesker(at)alamon(dot)com

Browse pgsql-jdbc by date

  From Date Subject
Next Message Henry Chang 2002-03-06 19:55:22 question about getTables
Previous Message Dave Cramer 2002-03-06 18:44:16 Re: Pooled Connections (was Connections with Tomcat 3.2.4 and PostgreSQL 7.1.3)