This tutorial illustrates how to connect to a data source, fetch data from existing table, create a new table and insert values into it, retrieve those values, drop this table, and disconnect from the data source. In so doing, it acquaints you with most of ODBC functions.
Manual: Using the ODBC Administrator, create an Accuracer user data source called Test. Specify the database path to test.edb in Demo\Test folder. For information about creating data sources with the ODBC Administrator, see "Managing Data Sources" under "ODBC Data Source Administrator" in the Microsoft Data Access Components (MDAC) SDK. From your application: Call ConfigDSN with lpszDriver="Accuracer"