A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Databases
»
JDBC
Author
Resultset Paging
ramdas pradeep kumar
Ranch Hand
Joined: Aug 27, 2003
Posts: 36
posted
Sep 10, 2003 04:53:00
0
Hai friends,
How paging can be implemented in a resultset. I want to list the records by a page size of 10. Is it possible with Java.
Sanjeev Kaushik
Ranch Hand
Joined: Aug 01, 2002
Posts: 105
posted
Sep 10, 2003 10:37:00
0
You can try ScrollableResultset
Here are few links which can help you
http://otn.oracle.com/sample_code/tech/java/sqlj_jdbc/files/jdbc20/ScrollableResSetSample/Readme.html
http://otn.oracle.com/sample_code/tech/java/codesnippet/jdbc/rs/CountResult.html
Another way could be using Statement objects setMaxRows(no. of records you need)
You can use the boundary conditions in the sql query as per your DB and you will that many no of records only.
Hope it can guide you!
Sanjeev Kaushik
Sanjeev Kaushik
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Resultset Paging
Similar Threads
How to retrieve 1 million records in DB2 and write to a file?
How paging by JDBC ?
How does servlet know which url to open?
ResultSet Paging --- I am STUCK!!!!!!
How to do Paging in struts
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter