Hi Guys.
I need to query a table with about 1 million records in my ASP page.
I need to page this table. My system has about 1,000 users.
I know that if I'll use the paging mechanism in the ADO (pageSize, absolutePage, pageCount), all the data will be loaded to the server or client (which is IIS in this case), and if 50 users will load 1 million records each, the server probably will crash.
What can I do to avoid this? Did I miss something in the ADO?
I need to query a table with about 1 million records in my ASP page.
I need to page this table. My system has about 1,000 users.
I know that if I'll use the paging mechanism in the ADO (pageSize, absolutePage, pageCount), all the data will be loaded to the server or client (which is IIS in this case), and if 50 users will load 1 million records each, the server probably will crash.
What can I do to avoid this? Did I miss something in the ADO?