Re: I can't retrieve a scrollable ResultSet fr

From: Kris Jurka <books(at)ejurka(dot)com>
To: student23 <student23(at)o2(dot)pl>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: I can't retrieve a scrollable ResultSet fr
Date: 2006-08-29 16:19:51
Message-ID: Pine.BSO.4.63.0608291115450.17586@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2006-08-29 16:59:59 Re: outOfMemoryError
Previous Message Vidas Makauskas 2006-08-29 13:22:07 Re: outOfMemoryError