Results 1 to 8 of 8

Thread: ADO or DAO

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    132

    Exclamation

    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)?

  2. #2
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254
    ADO. Smaller / simpler object model, ease of use, etc.

    Lenin


  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    As a general M$ rule, all new development should be in ADO

  4. #4
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254
    * Laughs *

    "M$"

  5. #5
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    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...

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    132
    ok thanks guys

    so is ADO easier to use than DAO?

  7. #7
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    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)...

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    132
    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
  •  



Click Here to Expand Forum to Full Width