OLE DB Consumer Attributes

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

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.

AttributeDescription
db_accessorBinds columns in a rowset and binds them to the corresponding accessor maps.
db_columnBinds a specified column to the rowset.
db_commandExecutes an OLE DB command.
db_paramAssociates the specified member variable with an input or output parameter.
db_sourceCreates and encapsulates a connection, through a provider, to a data source.
db_tableOpens an OLE DB table.

Attributes by Group

Show: