ODBC Database Sample List
Home | Overview | FAQ | Details | Tutorial | ODBC Driver List
See the following sample programs that illustrate Open Database Connectivity (ODBC) functionality.
ODBC Tutorial Sample
- ENROLL Demonstrates MFC ODBC fundamentals
Other ODBC Samples
- CATALOG Makes calls directly to ODBC API functions
- CATALOG2 Shows how to browse an ODBC data source schema
- DYNABIND Demonstrates dynamic binding of database columns to a recordset
- ODBCINFO Retrieves ODBC driver capabilities
- STDREG Dynamically modifies student registration database used with ENROLL tutorial sample
Back to ODBC Database Tasks