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
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