Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: I can't retrieve a scrollable ResultSet fr





On Mon, 21 Aug 2006, student23 wrote:

I'm using posgresql 7.4 and I'm trying to receive a scrollable and updatable ResulSet with jdbc. But when I when I check the type of the ResultSet I've retrieved its always FORWARD_ONLY. I use jdbc3 driver.

What do I need to do, to make it work!


I recently committed a fix to CVS for 8.0, 8.1 and HEAD branches to make these ResultSets scrollable, so you will need to build a new jar file from CVS. These ResultSets cannot be updatable because the server does not support updatable cursors.

Kris Jurka




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group