bmbwd
2009-03-16 17:57:17 UTC
I don't pretend to understand all of the code that Dreamweaver produces when
you set up paging through a recordset. It seems to work fine on paging a few
hundred records in pages of 10.
But what if you have really big recordsets of thousands of records?
It looks like the code creates a recordset consisting of all the records and
then tries to step through to the correct point in the set to show the 10
records you want.
Isn't this very inefficient? Shouldn't it just retrieve the correct 10 records
each time?
Or have i got the wrong end of the stick?
you set up paging through a recordset. It seems to work fine on paging a few
hundred records in pages of 10.
But what if you have really big recordsets of thousands of records?
It looks like the code creates a recordset consisting of all the records and
then tries to step through to the correct point in the set to show the 10
records you want.
Isn't this very inefficient? Shouldn't it just retrieve the correct 10 records
each time?
Or have i got the wrong end of the stick?