http://www.codeproject.com/KB/database/caaadoclass1.aspx
A set of classes to make it easy to work with ADO. For this I created the CADODatabse
class and the CADORecordset
class.
http://www.codeproject.com/KB/database/adorswizard.aspx
If you need a descendent class of CADORecordBinding
to bind the member
variables to columns in the database table, ADO Data Bound Class Wizard is a good program
for you.
The ADO Data Bound Class Wizard is a Visual C++ program that guide you through the process
of creating a CADORecordBinding
derived class.