Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 3.33 KB

open-database-connectivity-odbc.md

File metadata and controls

80 lines (50 loc) · 3.33 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Open Database Connectivity (ODBC) | Microsoft Docs
11/04/2016
cpp-windows
article
C++
ODBC [C++]
databases [C++], ODBC
data access [C++], ODBC
56b6067a-651e-4c10-a24d-d4a6a17ca5e4
10
mikeblome
mblome
ghogen

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) SDK in MSDN.

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)