Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.15 KB

File metadata and controls

30 lines (19 loc) · 1.15 KB
description Learn more about: Creating an OLE DB Consumer
title Creating an OLE DB Consumer
ms.date 05/09/2019
helpviewer_keywords
OLE DB consumers, creating
ms.assetid 652309d3-7736-4354-89ec-28ec80a83f9a

Creating an OLE DB Consumer

::: 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"

You can create an OLE DB Templates consumer with or without the ATL OLE DB Consumer Wizard, though using the wizard is the recommended method. A consumer can operate in any application that supports ATL.

This section covers the following topics:

::: moniker-end

See also

OLE DB Consumer Templates