|
What I want to do is skip to the end of the recordset
objRS.MoveLast
and then read them out backwards
objRS.MovePrevious
until BOF=true
but it says that i cannot go in reverse, i can do it with objRS.open but not objCommand.Execute
what is the faster alternative to recordsets?
|