CAccessorBase 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 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

CloseCloses the accessors.
GetHAccessorRetrieves the accessor handle.
GetNumAccessorsRetrieves the number of accessors created by the class.
IsAutoAccessorTests whether the specified accessor is an autoaccessor.
ReleaseAccessorsReleases the accessors.

Header: atldbcli.h

OLE DB Consumer Templates
OLE DB Consumer Templates Reference

Show: