Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 3 KB

File metadata and controls

72 lines (40 loc) · 3 KB
description Learn more about: Open Database Connectivity (ODBC)
title Open Database Connectivity (ODBC)
ms.date 11/04/2016
helpviewer_keywords
ODBC [C++]
databases [C++], ODBC
data access [C++], ODBC
ms.assetid 56b6067a-651e-4c10-a24d-d4a6a17ca5e4

Open Database Connectivity (ODBC)

The Microsoft Foundation Classes (MFC) library supplies classes for programming with Open Database Connectivity (ODBC). As of Visual Studio 2015 and SQL Server 2012 ODBC is the preferred way to connect to SQL data sources.

For more information about using the ODBC API without MFC, see the Open Database Connectivity (ODBC) documentation.

In This Section

ODBC Database Tasks

These tasks are based on the MFC ODBC classes. For more information about using the ODBC API without MFC, see the Open Database Connectivity (ODBC) SDK.

See also

Data Access Programming (MFC/ATL)