Results 1 to 2 of 2

Thread: I have 2 questions

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    332

    I have 2 questions

    1) What are the main differences between DAO and ADO which should concern a programmer's choice between the 2?

    2) What is the difference between DBGrid and Data Grid?

  2. #2
    Fanatic Member simonm's Avatar
    Join Date
    Sep 2000
    Location
    Devon, England
    Posts
    796
    Question 1: What are the main differences between DAO and ADO which should concern a programmer's choice between the 2?
    DAO is on it's way to becomming obsolete. DAO is designed to work with Jet databases (i.e. Access) and for that it is very good.

    ADO is designed to work for any database which as an OLE DB provider.

    ADO has a simpler object model and allows disconnected and fabricated recordsets.
    Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment.

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