Provides an easy technique to access ADO objects from C++. C++ programmers can enjoy VB like easy ADO programming model by applying this technique.
Latest ADO Articles
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.
Data Replication Prototype Using ADO
Learn about a data replication prototype that uses ADO.
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++.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.