[thelist] ASP: Jump to specific record in recordset

Tab Alleman Tab.Alleman at MetroGuide.com
Tue Mar 16 10:57:13 CST 2004


Ken Kogler wrote:

> Is there something like this?:
> 
>   rs.goto("095")
>   response.write "I'm at 95!"

I've never used it myself, but it looks like you could use the filter
property of the recordset to achieve this:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/
htm/mdprofilter.asp

Good luck,
T


More information about the thelist mailing list