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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to sort an ADO recordset

Status
Not open for further replies.

jfield817

Programmer
Jun 2, 2000
153
US
I need to sort a recordset in an ASP/ADO app........

Creating a second record set by setting a Sort property
and then applying the OpenRecordset method doesnt seem to be supported anymore or else my syntax isnt right.

RsOldset.Sort = "[Name]"
Set NewSet = RsOldset.OpenRecordset()

Any ideas ?

Thanks
John
 
Culshaja
I am getting an ASP error msg that the OpenRecordset
Object isn't supported.

Thanks
John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top