Accessing ODBC Data with an ODBCDirect Workspace

With ODBCDirect, you can access server data by using the existing DAO object model directly on top of the ODBC application programming interface (API). ODBCDirect implements a thin code layer over the ODBC API that establishes connections, creates cursors, and runs complex procedures using minimal workstation resources, without going through Microsoft Jet. ODBCDirect offers the following advantages:

Note In an ODBCDirect workspace, you can’t modify your database’s structure using DAO methods such as the CreateTableDef method, but you can run SQL data definition language (DDL) statements using the Execute method to modify the structure of the database.

See Also For more information about these ODBCDirect features, see “The Object Model for ODBCDirect Workspaces” and “Using ODBCDirect” later in this chapter.