Results 1 to 4 of 4

Thread: Different DB Connection : Any Documentation..

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2006
    Posts
    139

    Different DB Connection : Any Documentation..

    Hi

    Can anyone explain different type of DB connection available in VB6 like DAO, ADODB etc.. advantages / disadvantages etc..

    or some online link explaining these all

    thanks

  2. #2
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    Re: Different DB Connection : Any Documentation..

    Quote Originally Posted by khandu
    Hi

    Can anyone explain different type of DB connection available in VB6 like DAO, ADODB etc.. advantages / disadvantages etc..

    or some online link explaining these all

    thanks
    ADO is new compare to DAO but (dis)advantages I dont know.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Different DB Connection : Any Documentation..

    Have a look here.

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Different DB Connection : Any Documentation..

    Moved to Database Development forum

    As it hasn't been pointed out yet, here is an explanation of why using DAO (or RDO) is very a bad idea.

    Within ADO there are two options, code (ADODB) and the control (ADODC). The control is a very bad idea too, for info see here or the "bound controls" link in Hack's signature.

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