ejanakieff
Programmer
I have a result page that display the results (are into a ADO recordset) splited in pages. In every page I show 10 results.
The problem is every time I access a different page, I reload the asp page who remake the query to the database.
It is possible to do the query database only one time, save the results into a recordset, and display the results of this recordset splited in pages of 10 results?
Thanks,
Eva Janakieff
The problem is every time I access a different page, I reload the asp page who remake the query to the database.
It is possible to do the query database only one time, save the results into a recordset, and display the results of this recordset splited in pages of 10 results?
Thanks,
Eva Janakieff