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 Developer Videos
More...Latest CodeGuru Developer Columns
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.

Accessing Flickr Using .NET
Learn how to search for keywords in a command line app on Flickr.

Owner Drawn Comboboxes, Listboxes, and Menus in Visual Basic
This article will provide you with enough background to be able to use the Owner draw methods to add more spice to your controls.
Top 7 Tips for Developing a Secure ASP.NET Web Application
As a web developer you should be aware of a few security best practices while developing your ASP.NET web application. Arun Karthick lists his top 7 tips to help you keep your ASP.NET security intact.