RE: [INTERFACES] jdbc driver

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'llestat(at)ibm(dot)net'" <llestat(at)ibm(dot)net>, postgresql interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: [INTERFACES] jdbc driver
Date: 1999-10-26 06:14:59
Message-ID: 1B3D5E532D18D311861A00600865478C25E77C@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

You need to be using JDK1.2. That provides the following additions to
ResultSet:

prev();
first();
last();

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Richard Reyes [mailto:llestat(at)ibm(dot)net]
Sent: 26 October 1999 03:43
To: postgresql interfaces
Subject: [INTERFACES] jdbc driver

Question - I did not see any examples on how to scroll forward and
backward through a result set. I can do the forward part without a
problem doing result.next but how do I implement something like
result.prev ????
Is it possible?? or do I need to load all the records and work from
there...

- Richard Reyes

************

Browse pgsql-interfaces by date

  From Date Subject
Next Message Anjan Borthakur 1999-10-26 10:37:43 uploading & downloading files from database
Previous Message Richard Reyes 1999-10-26 02:42:30 jdbc driver