DAO, ADO difference - TechRepublic
General discussion
July 19, 2001 at 05:06 PM
craig shepherd

DAO, ADO difference

by craig shepherd . Updated 24 years, 11 months ago

I’m using VB6 and Access2002.
When I was using DAO, to retrieve my position in the recordset I would go
rs.percentposition

This option doesn’t appear to be available to ADO recordsets.

Whenever I try to use rs.absoluteposition it returns some negative numbers.

Can anyone tell me the ADO equivalent to rs.percentposition and explain what rs.absoluteposition is for?

Thanks for your time.

This discussion is locked

All Comments