CDynamicAccessor
class CDynamicAccessor : public CAccessorBase
This class will dynamically create an accessor at run time based on the column information of the rowset. Use this class when you retrieve data from a data source with unknown structure.
The buffer is created and managed by this class. You can obtain data from the buffer by using the GetValue function.
#include <atldbcli.h>
See Also
Using the OLE DB Consumer Templates, Consumer Architecture Chart, CAccessor, CDynamicParameterAccessor, CManualAccessor