Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Re-using A Recordset 1

Status
Not open for further replies.

OrWolf

MIS
Mar 19, 2001
291
I've created a page that shows 10 records of a time of a recordset. I want to know if there is any way to use the existing RS as the user navigates the records, rather then running the SQL statement everytime the page is refreshed.

Make sense?

Thanks!
 
You could use the hidden fields to store the recordset values, but it can increase the size of the page.
You could use client side cursor and then the network traffic will be not so big.

For an example check thread:
thread333-249800
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top