jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

  • DHTML Menu Deluxe
    Create Superb DHTML DropDown Menu Menu For Your Site. Free Trial Download!
    deluxe-tree.com

Paging Records With GetRows

DeEnFrSp
Hits: 11

Paging Records With GetRows

Rating 3.5 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%
Visitor Voting Booth: Rate It!

Others Scripts

Yahoo! NewsPod

PHP/Scripts and Programs/Web Fetching

Lucky No. Calculator

PHP/Scripts and Programs/Calculators

PHP.net XMLPod

PHP/Scripts and Programs/Web Fetching

How to create a web catching program?

PHP/Tips and Tutorials/Web Fetching

MP3 Meta Search

PHP/Scripts and Programs/Web Search

Sending email using CDONTS

PHP/Tips and Tutorials/Email Systems

Class.RC4Crypt

PHP/Scripts and Programs/Development Tools/Libraries and Classes