Thread: jdbc driver

jdbc driver

From
Richard Reyes
Date:
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