|
|
|
|
 |
|
 |
 |
 |
Paging Records With GetRows
|
|
|
Hits: 11
Paging Records With GetRows
 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: 2 Votes
| 5 |
|
| 50% |
| 4 |
| 0%
|
| 3 |
| 0%
|
| 2 |
| 50%
|
| 1 |
| 0%
|
|
|
Others Scripts
PHP/Scripts and Programs/Web Fetching
PHP/Scripts and Programs/Calculators
PHP/Scripts and Programs/Web Fetching
PHP/Tips and Tutorials/Web Fetching
PHP/Scripts and Programs/Web Search
PHP/Tips and Tutorials/Email Systems
PHP/Scripts and Programs/Development Tools/Libraries and Classes
|
|
|
 |
 |
|
 |
|
 |
|