The Wayback Machine - https://web.archive.org/web/20110921215318/http://www.codeguru.com:80/cpp/data/mfc_database/odbc/

    ODBC

    Managed Extensions: Using the .NET ODBC Classes to Read Text Data

    Tom Archer explains how to use the Microsoft Text Driver and the .NET ODBC Classes to read formatted text data.

    Ultra Simple DB Class Interface for ODBC

    The ODBC API has a lot of power and flexibility, but sometimes you just want to get the data without all the effort. Hence, these simple class wrappers. (The article, demo project, and source code were updated.)

    A Simple and Smart ODBC Wrapper Library

    Direct usage of ODBC is very complex. Anybody who tries to work with ODBC will agree with this statement. This small and smart ODBC wrapper makes working with ODBC much simpler.

    Executing Multiple Firect ODBC SQL Calls

    Have you ever tried to issue multiple direct ODBC calls only to have some of the calls after the first fail?

    Database Template Library

    The authors of this library have combined the flexibility of templates with the power of ODBC to create a truly unique and robust library for database access!!

    Browsing for ODBC Data Source Names (DSN)

    C++ class that enumerates the system's ODBC DSNs

    Using ODBC Connection Pooling with CDatabase (under MFC)

    Using ODBC Connection Pooling with CDatabase (under MFC)

    Fixing ODBC Filter Strings

    Fixing ODBC Filter Strings