Microsoft provides several implementations of OLE DB, a set of COM interfaces that provide uniform access to data in diverse information sources and formats.
The OLE DB Templates are C++ templates in ATL that make the high-performance OLE DB database technology easier to use by providing classes that implement many of the commonly used OLE DB interfaces.
This template library contains two parts:
-
OLE DB consumer templatesВ В В Used to implement an OLE DB client (consumer) application.
-
OLE DB provider templatesВ В В Used to implement an OLE DB server (provider) application.
In addition, the
Note that the MFC library contains one class,
For more information, see OLE DB Programming.
For updates to and news about OLE DB, see the Universal Data Access Web site at
See Also
Reference
Creating an OLE DB ConsumerCreating an OLE DB Provider