ADO Vs DAO

R

Raul Sousa

I used to work with DAO now i want to start working with
ADO. I have this code: Set RS = db.OpenRecordset("Table",
dbOpenDynaset). Now with ADO I thought it would be:
RS.Open "Table", But it is not working.
Can anyone tell me why?
Can anyone tell here can I found the main differences
between ADO and DAO?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top