3.2.0

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
September 30,
I am having the sam eproblem, so any help on this?
Sam
October 13,
I am currently doing that. what is the problem you are facing? are you using virtual mode?
Joel
October 13,
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
October 18,
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
October 25,

This topic is archived.

See also:


Back to support forum