ADO Vs DAO

  • Thread starter Thread starter Raul Sousa
  • Start date Start date
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?
 
Back
Top