PDA

Click to See Complete Forum and Search --> : ADO or DAO


Harrild
Jun 8th, 2000, 12:35 PM
I am attempting to creat a frontend for a cd database i have in access97 and i was wondering wich would be better to use? ADO or DAO (there are two kinds of tables; the main tables and the individual cd tables which are all the same format)?

lenin
Jun 8th, 2000, 09:29 PM
ADO. Smaller / simpler object model, ease of use, etc.

Lenin

Clunietp
Jun 8th, 2000, 10:10 PM
As a general M$ rule, all new development should be in ADO

lenin
Jun 8th, 2000, 10:12 PM
* Laughs *

"M$"

JHausmann
Jun 9th, 2000, 02:00 AM
You may need to do both (for example, if you include a compact/repair function).

However, Microsoft has decreed that ADO is the wave of the future. And, usually, whatever Microsoft wants...

Harrild
Jun 9th, 2000, 04:36 PM
ok thanks guys

so is ADO easier to use than DAO?

JHausmann
Jun 10th, 2000, 04:42 AM
Yes. Depending on your data sources and the type of access you're accustomed to, it can range from very little difference (DAO and Jet) or a whole lot (if you were using SQL Server and ODBC previousy).

Bad news is it's still a work in progress (the bulk of what you want to do probably exists)...

Harrild
Jun 12th, 2000, 12:11 PM
thanks guys looks like i should use ADO