Обсуждение: RE: [INTERFACES] jdbc driver

Поиск
Список
Период
Сортировка

RE: [INTERFACES] jdbc driver

От
Peter Mount
Дата:
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

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