CDynamicStringAccessorA 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 CDynamicStringAccessorA Class.
Allows you to access a data source when you have no knowledge of the database schema (underlying structure).
Syntax
typedef CDynamicStringAccessorT<CHAR, DBTYPE_STR> CDynamicStringAccessorA;
Remarks
They both request that the provider fetch all data accessed from the data store as string data, but CDynamicStringAccessor
requests ANSI string data.
CDynamicStringAccessorA
inherits GetString and SetString
from CDynamicStringAccessor
. When you use these methods in a CDynamicStringAccessorA
object, BaseType is CHAR.
Requirements
Header: atldbcli.h
See Also
OLE DB Consumer Templates
OLE DB Consumer Templates Reference
CAccessor Class
CDynamicParameterAccessor Class
CManualAccessor Class
CDynamicAccessor Class
CDynamicStringAccessor Class