Using the OLE DB Consumer Templates
The OLE DB Consumer Templates support the OLE DB version 1.1 specification. The Consumer Templates minimize the amount of code you must write in order to implement a level-0 compliant OLE DB consumer. The templates provide:
Easy access to OLE DB features and easy integration with ATL and MFC.
An easy binding model for database parameters and columns.
Native C/C++ data types for OLE DB programming.
To use the OLE DB Templates, you should be familiar with C++ templates, COM, and the OLE DB interfaces.
What would you like to know more about?
The OLE DB Consumer Templates Architecture
Common OLE DB Consumer Scenarios (Examples)
Implementing an OLE DB Template Consumer
See Also
FAQ: Using the OLE DB Consumer Templates, Overview of OLE DB Templates