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
Printable View
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.Quote:
Originally Posted by khandu
Have a look here.
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.