:: Forum >>

how to handle large no of records in jsp

How to handle 10000 records from data base , 50 each time .i want to scroll these records in a jsp page.
venkatesh
Saturday, September 30, 2006
I am having the sam eproblem, so any help on this?
Sam
Friday, October 13, 2006
I am currently doing that. what is the problem you are facing? are you using virtual mode?
Joel
Friday, October 13, 2006
No, I am not using virtual mode, I am actually hitting a servlet generating an xml schema of my db records (over 50,000 rows). I dont want to wait for the xml file to load, the file is not there all the time. Any help using datasource will be appreciated.
Sam
Wednesday, October 18, 2006
Sam,

Not sure what you mean regarding the existence of the xml file. Have you ruled out using the javascript array?
do you plan on having a next and previous button to go from page to page? If yes, you'll be going back to the server for each page?
Joel
Wednesday, October 25, 2006

This topic is archived.


Back to support forum

Forum search