CDynamicStringAccessorW Class
Allows you to access a data source when you have no knowledge of the database schema (underlying structure).
typedef CDynamicStringAccessorT<WCHAR, DBTYPE_WSTR> CDynamicStringAccessorW;
Заметки
They both request that the provider fetch all data accessed from the data store as string data, but CDynamicStringAccessor requests Unicode string data.
CDynamicStringAccessorW inherits GetString and SetString from CDynamicStringAccessor. When you use these methods in a CDynamicStringAccessorW object, BaseType is WCHAR.
Требования
Header: atldbcli.h
См. также
Основные понятия
OLE DB Consumer Templates (C++)
OLE DB Consumer Templates Reference