The ATL OLE DB Provider Wizard generates the following files. The following topics use the short name "MyProvider", but the exact file names depend on the choice you made when creating the provider.
File name | Description |
---|---|
MyProviderRS.cpp |
Contains the command helper |
MyProviderDS.h |
Implements the data source object. This header file contains the property map for data source properties. |
MyProviderRS.h |
Implements the command and rowset objects. This header file contains the property map for rowset and command properties. |
MyProviderSess.h |
Implements the session object. This header file contains the property map for session properties. |
MyProvider.rgs |
Contains the registered objects generated by the OLE DB Provider Wizard. |