CAccessorBase Class
The latest version of this topic can be found at CAccessorBase Class.
All accessors in the OLE DB Templates derive from this class. CAccessorBase
allows one rowset to manage multiple accessors. It also provides binding for both parameters and output columns.
Syntax
// Replace with syntax
Members
Methods
Close | Closes the accessors. |
GetHAccessor | Retrieves the accessor handle. |
GetNumAccessors | Retrieves the number of accessors created by the class. |
IsAutoAccessor | Tests whether the specified accessor is an autoaccessor. |
ReleaseAccessors | Releases the accessors. |
Requirements
Header: atldbcli.h
See Also
OLE DB Consumer Templates
OLE DB Consumer Templates Reference