Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.35 KB

provider-wizard-generated-files.md

File metadata and controls

32 lines (23 loc) · 1.35 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Provider Wizard-Generated Files
Provider Wizard-Generated Files
05/09/2019
OLE DB providers, wizard-generated files
6e1ac94b-eb90-4abf-82b3-06944b947ebc

Provider Wizard-Generated Files

::: moniker range=">=msvc-160"

The ATL OLE DB Provider wizard is not available in Visual Studio 2019 and later.

::: moniker-end

::: moniker range="<=msvc-150"

The ATL OLE DB Provider Wizard generates the following files. The following topics use the short name Custom, but the exact file names depend on the choice you made when creating the provider.

File name Description
CustomRS.cpp Contains the command helper Execute method and the provider column map.
CustomDS.h Implements the data source object. This header file contains the property map for data source properties.
CustomRS.h Implements the command and rowset objects. This header file contains the property map for rowset and command properties.
CustomSess.h Implements the session object. This header file contains the property map for session properties.
Custom.rgs Contains the registered objects generated by the OLE DB Provider Wizard.

::: moniker-end

See also

Creating an OLE DB Provider