rtain-sized chunks, you should
evaluate how you actually want to do your paging. If you leave a
connection open between requests to allow the JDBC-based paging to
(maybe) help out, then you will be putting a resource strain on your
server since you'll have to leave connections open for a long t
There's no JDBC setting. I'd recommend you take a close look at the
SELECT statement for your database for syntax to support paging.
--David
Mohammed Zabin wrote:
Hi All
I want to ask about ResultSet paging. I mean, displaying your records on
multiple of pages instead of dumping t
Hi All
I want to ask about ResultSet paging. I mean, displaying your records on
multiple of pages instead of dumping them all in one page.
In ASP using ADO 2, there is a property called page size, when you set the
property, your recordset will determine how many page your recordset will be
I apologize upfront if this is not the right group. I did not know
whether to post the question here or in lucene user list.
I am using a servlet to display the search results for our search.Lucene
recommends requery if there are more than one page of results. I had
saved the earlier parameter