Is there a command that returns you to the first record in a recordset?
Something equivalent to recordset.movefirst() in ASP?
For mysql:
[man]mysql_data_seek[/man]
Excellent... that was exactly what I was looking for.
Thanks.
Is there anything like this for MSSQL?