State of updatable ResultSet in jdbc drivers

From: Joshua Daniel Franklin <joshua(at)iocc(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: State of updatable ResultSet in jdbc drivers
Date: 2002-11-14 17:14:23
Message-ID: Pine.LNX.4.44.0211141109130.22529-100000@iocc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

I am working on a java frontend to an in-house database.
I have found that methods such as resultSet.updateString()
return "not yet implemented" from the postgresql JDBC2
driver.

Since my frontend is in development, I am open to trying out the
beta JDBC3 driver or some other things:

Does the beta JDBC3 provide this functionality?

Is it currently being worked on for the JDBC2 driver or just on a wishlist?

Would it be difficult to add-- could someone provide me with some
pointers and I could try to code it?

Joshua Daniel Franklin

Browse pgsql-jdbc by date

  From Date Subject
Next Message Scott Lamb 2002-11-14 17:46:20 Re: streaming result sets: progress
Previous Message snpe 2002-11-14 16:58:51 Re: streaming result sets: progress