/**

popular collection of scripts for all

*/
/** Search */

Paging Records With GetRows

 }

Paging Records With GetRows

Hits: 526
*****
3.5
You all must have seen and done stuff with the RecordSet object, infact everything is done with the RecordSet object. Now, this acticle explains how to use GetRows to page through the records that you recieve from the SELECT. It's much faster than MoveNext, because it closes the database connection immediately whereas MoveNext loops through the records with the overhead of the database connection. Plus GetRows let's you count the records correctly!
Platform(s): n/a
Date: Oct, 04 2003
Author: http://www.devhome.org/asp/

Ratings

 }
Number of Ratings: 339 Votes
Visitor Voting Booth:

   
1 2 3 4 5
{ Copyright } ©2019 NuclearScripts.com