Understanding the ODBCDirect Object Model

   

The ODBCDirect object model is essentially a subset of the Data Access Objects (DAO) object model. However, it contains none of the Microsoft Jet database-specific objects (User, Group, Container, Document), it's missing the database definition objects (TableDef and Relation), and it has one new object, Connection. With the Connection object, your application can open multiple asynchronous connections against multiple databases and complete other tasks while the connection is busy.

The following drawing shows the ODBCDirect object model.

There are nine objects in the ODBCDirect object model, as listed here.