JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: what is difference between ADO and DAO ??
Simplified (yet fairly complete)
DAO=MSAccess
ADO=MSAccess, SQL, DB2, Oracle, practically anything that's an ODBC connection
ADO is the new "standard", DAO is old.
Personally I use ADO for everything. The only thing I use DAO for is creating a Access database. I then switch to ADO for creating tables, queries...
[Edited by JLRodgers on 06-09-2002 at 12:50 PM GMT]
[Edited by JLRodgers on 06-09-2002 at 12:51 PM GMT]
|