CManualAccessor Class
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CManualAccessor Class.
Represents an accessor type designed for advanced use.
Syntax
class CManualAccessor : public CAccessorBase
Members
Methods
AddBindEntry | Adds a bind entry to the output columns. |
AddParameterEntry | Adds a parameter entry to the parameter accessor. |
CreateAccessor | Allocates memory for the column bind structures and initializes the column data members. |
CreateParameterAccessor | Allocates memory for the parameter bind structures and initializes the parameter data members. |
Remarks
Using CManualAccessor
, you can specify the parameter and output column binding by run-time function calls.
Requirements
Header: atldbcli.h
See Also
DBViewer
OLE DB Consumer Templates
OLE DB Consumer Templates Reference
CAccessor Class
CDynamicAccessor Class
CDynamicParameterAccessor Class