In JDBC 2.0, cursor manipulation is supported and it goes without saying that virtual pages are supported to I think the function name is rs.setFetchSize(#) rs.setFecthDirction(); I am not sure if JDBC 2.0 API is included in JDK1.2.2 but I am certain it is included in JDK1.3 Beta release.
----- Original Message -----
Sent: Saturday, February 12, 2000 11:50 PM
Subject: How to do virtual paging?

Hello all
 
In ASP it is possible to use virtual paging. when we have a
large number of records to diplay, we can group them by 20
or 25 and show only that many records at a time.
 
How is t possible in JSP? Even if we write it as a bean, how will
the logic be? because in with JDK1.1.x we cannot move the record
pointer in the resultset in reverse direction. (rs.previous())
 
i need some help from the Java gurus in the list....
 
thanks
Alagu
 

Reply via email to