RE: [INTERFACES] jdbc driver - Mailing list pgsql-interfaces

From Peter Mount
Subject RE: [INTERFACES] jdbc driver
Date
Msg-id 1B3D5E532D18D311861A00600865478C25E77C@exchange1.nt.maidstone.gov.uk
Whole thread Raw
List 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@ibm.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

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


pgsql-interfaces by date:

Previous
From: Richard Reyes
Date:
Subject: jdbc driver
Next
From: Anjan Borthakur
Date:
Subject: uploading & downloading files from database