- 1,251 categories
- 40,829 scripts
Updated: 10/04/2003
- 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!
- Categories
- Platforms
- Licenses