Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

The approaches discussed above are good for a few hundreds of records as mentioned above. What is the best approach when the result set is huge ( for example, more than 10000 records ) ?

0
Posted

The approaches discussed above are good for a few hundreds of records as mentioned above. What is the best approach when the result set is huge ( for example, more than 10000 records ) ?

0

As noted above, there are many ways to do this, but… Author: yogesh tk (http://www.jguru.com/guru/viewbio.jsp?EID=200141), Oct 6, 2000 As noted above, there are many ways to do this, but all basically involve storing a variable in order to know which set of records is to be shown next. Following are three methods of storing the count: 1. Keep the count in the session. 2. Keep a hidden field in the page. 3. Place this count in the URL as a part of the QueryString. The servlet then uses the count in its logic to determine the next set of records to display.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123