Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.54 KB

ole-db-consumer-attributes.md

File metadata and controls

31 lines (29 loc) · 1.54 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
OLE DB Consumer Attributes | Microsoft Docs
11/04/2016
cpp-windows
language-reference
C++
attributes [C++], database
attributes [C++], data access
databases [C++], attributes
OLE DB consumers [C++], attributes
database attributes [C++]
attributes [C++], OLE DB consumer
017b591f-8f9a-42b4-84d5-cc42a21ab0cc
7
mikeblome
mblome
ghogen

OLE DB Consumer Attributes

The OLE DB consumer attributes inject code, based on the OLE DB Consumer Templates, to create a working OLE DB consumer that performs tasks such as opening tables, executing commands, and accessing data.

Attribute Description
db_accessor Binds columns in a rowset and binds them to the corresponding accessor maps.
db_column Binds a specified column to the rowset.
db_command Executes an OLE DB command.
db_param Associates the specified member variable with an input or output parameter.
db_source Creates and encapsulates a connection, through a provider, to a data source.
db_table Opens an OLE DB table.

See Also

Attributes by Group