CAccessorBase Class
Visual Studio 2015
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 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.
// Replace with syntax
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. |
Header: atldbcli.h
OLE DB Consumer Templates
OLE DB Consumer Templates Reference
Show: