Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.78 KB

ole-db-programming.md

File metadata and controls

29 lines (23 loc) · 1.78 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: OLE DB Programming
OLE DB Programming
05/02/2019
OLE DB [C++]
data access [C++], OLE DB programming
OLE DB [C++], about OLE DB
52a80d66-17a9-43a1-9b90-392ae43cea2b

OLE DB Programming

The OLE DB templates are C++ templates that make the high-performance OLE DB database technology easier to use by providing classes that implement many commonly used OLE DB interfaces. This template library is divided into consumer templates and provider templates.

Visual C++ also has wizard support for creating OLE DB starter applications.

Also, you can use attributes to implement the OLE DB consumer templates.

To learn more about See
Using the OLE DB consumer templates (conceptual topics) OLE DB Consumer Templates
Using the OLE DB provider templates (conceptual topics) OLE DB Provider Templates
OLE DB templates classes and macros OLE DB Templates Reference (Visual C++)
OLE DB consumer attributes OLE DB Consumer Attributes
OLE DB interfaces OLE DB programmer's reference (in the Windows SDK)
OLE DB templates samples OLE DB Templates Samples
Data access programming overview (Visual C++) Data Access Programming
ODBC conceptual topics Open Database Connectivity (ODBC)

See also

Data Access