Click to See Complete Forum and Search --> : ADO vs. DAO vs. ODBC


September 23rd, 1999, 12:07 PM
Could someone explain what the advantages of using each type of data control? I need to do some database connectivity yet don't know the best method.

JHausmann
September 23rd, 1999, 06:09 PM
ODBC is the oldest of the access methods listed and the most difficult to grasp, for the uninitiated. Microsoft introduced DAO in an effort to minimize the difficulty encountered in using ODBC. It was supposed to, with RDO, replace ODBC. It did not. ADO is supposed to replace DAO and ODBC. It may.

The only real reason to learn/use ODBC, right now is to support legacy systems. If you have VB6 or beyond, ADO is what you should use.