ResultSet Paging
Hi All
Any one know how to can i page the results of Database ResultSet?, in ASP, you can use PageSize property, is there any property in JDBC?
I am developing a small search program using JSP and Servlet, my resultsset retrieves almost 1000 records, and I do not want to dump them all in one page.
Jotnarta

