U
|
Ugain 3/18/2008 |
Hello, I have generated a front end to 2 simple tables to display data. These tables will hold a million plus rows and counting when commissioned in use. My question is, will ASPRunner's code be able to handle this? Right now, when I am testing it, it just has a 100 rows so its fine. But what happens when there are a million rows to display? Will ASPRunner run the SQL query in step 3 of the process and try to hold all that data somewhere when the 'Show All" option is displayed? I need to make sure that ASPRunner generated code works for large number of rows. Typically, I am guessing, that it should query and display botton N number of rows and display. But how does ASP Runner work? If you choose 20 rows per page and chen click on 'Show All", will it query the top N or botton 20 rows for display?..and then so on...OR will it - based on the straight query in step 3or 4 try to query all available rows against the database? In that case I am guessing, even the cache will not hold so much data and ASPRunner generated pages will errror out. Please advice or comment. Anyone from ASPRunner Development team can make a comment on this? Thanks, Euterpe.
|
![]() |
Sergey Kornilov admin 3/18/2008 |
Ugain, |