Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
class CEnumerator : public CAccessorRowset< CAccessor <CEnumeratorAccessor >>
Uses an OLE DB enumerator object, which exposes the interface to return a rowset describing all data sources and enumerators.
You can retrieve the ISourcesRowset data indirectly from this class. See the CatDB sample file ENUMDLG.CPP
, where you can find an example of using ISourcesRowset data from the CEnumeratorAccessor class.
#include <atldbcli.h>
See Also
Using the OLE DB Consumer Templates, Consumer Architecture Chart