Provider Wizard-Generated Files
Visual Studio 2015
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 Provider Wizard-Generated Files.
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 Execute method and the provider column map. |
| 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. |
Show: