Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.44 KB

creating-an-ole-db-consumer-using-a-wizard.md

File metadata and controls

36 lines (22 loc) · 1.44 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Creating an OLE DB Consumer Using a Wizard
Creating an OLE DB Consumer Using a Wizard
05/09/2019
OLE DB consumers, creating
efefd4c0-4491-4072-aa9b-59545641efb3

Creating an OLE DB Consumer Using a Wizard

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

The ATL OLE DB Consumer wizard is not available in Visual Studio 2019 and later. You can still add the functionality manually. For more information, see Creating a Consumer Without Using a Wizard.

::: moniker-end

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

This procedure demonstrates how you can use the ATL Project Wizard and ATL OLE DB Consumer Wizard to generate an OLE DB Templates consumer and then modify the main code of the console application to retrieve and display data from a database table.

The last two sections explain the wizard-generated OLE DB consumer code.

This section covers the following topics:

::: moniker-end

See also

Creating an OLE DB Consumer