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

    ADO

    [Updated] Data Replication Prototype Using ADO

    Learn about a data replication prototype that uses ADO.

    Using ADO from C++

    Provides an easy technique to access ADO objects from C++. C++ programmers can enjoy VB like easy ADO programming model by applying this technique.

    Doing Database Operations In Batches

    There are times when it is advantageous to perform certain database operations in batch. This excerpt from Extending Applications with the .NET Framework details how and when.

    Basic Database Operations with ADO.NET

    Learn about basic ADO.NET operations with this excerpt from Extending MFC Applications with the .NET Framework.

    CMyADO'—Making Life Easy for the ADO Coder

    This ADO wrapper class can be used to call stored procedures and provides a simple, consistent way to add and retrieve parameters and recordset fields.

    Migrating Data Between Excel 2000 and SQL Server 2000

    ADO is used to migrate data from Excel 2000 to SQL Server 2000 using ADO and simple C++.

    An ADO Based Data Copying Utility

    This is a simple utility that helps in copying data from one data source to another.

    ADOX in Detail

    This article is about database creation and structure modification using MS ADOX library in a program.

    Database Programming ATL

    How to use ATL OLE/DB code with an ADO connection

    Creating Database Objects Using ADOX

    ADOX stands for 'Extended ADO'. It extends ADO in that you can create tables, databases, columns etc. without the use of 'Create Table'-like SQL statements. This code creates an MDB database using ADOX.

    ADO Wrapper Classes

    Based on Bob Place's ADO tutorial, this set of classes provides a very nice, yet simple wrapper to the ADO interface.

    ADO Data Bound Class Wizard

    ADO-based class that binds member variables to database columns

    Interactive SQL Tool (using ADO)

    Interactive SQL Tool (using ADO)

    ADO is AOK - Part II

    ADO is AOK - Part II

    Error Handling with ADO

    Error Handling with ADO

    Creating a Disconnected Recordset in C++ For VB

    Creating a Disconnected Recordset in C++ For VB

    ADO is AOK (a simple ADO tutorial)

    ADO is AOK (a simple ADO tutorial)