|
-
Jun 8th, 2000, 12:35 PM
#1
Thread Starter
Addicted Member
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)?
-
Jun 8th, 2000, 09:29 PM
#2
Addicted Member
ADO. Smaller / simpler object model, ease of use, etc.
Lenin
-
Jun 8th, 2000, 10:10 PM
#3
Guru
As a general M$ rule, all new development should be in ADO
-
Jun 8th, 2000, 10:12 PM
#4
Addicted Member
-
Jun 9th, 2000, 02:00 AM
#5
Frenzied Member
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...
-
Jun 9th, 2000, 04:36 PM
#6
Thread Starter
Addicted Member
ok thanks guys
so is ADO easier to use than DAO?
-
Jun 10th, 2000, 04:42 AM
#7
Frenzied Member
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)...
-
Jun 12th, 2000, 12:11 PM
#8
Thread Starter
Addicted Member
thanks guys looks like i should use ADO
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|