Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Fetch specific number of records from database

848941Mar 28 2011 — edited Mar 28 2011
Hi,

If I am implementing pagination technique as there are huge number of records in Database, then how do i query specific number of rows from Resultset?
For ex: say i want to display 10 records per page... then how do i get 0-10,10-20,20-30 etc... records each time just 10 records.....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 25 2011
Added on Mar 28 2011
2 comments
279 views