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

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

Concepts

OLE DB Consumer Templates (C++)

OLE DB Consumer Templates Reference