Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.92 KB

File metadata and controls

47 lines (31 loc) · 2.92 KB
title ODBC How-to Topics | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology native-client
ms.topic reference
ms.assetid 151f2066-1c37-410f-88f4-b27dfca66031
author markingmyname
ms.author maghan
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

ODBC How-to Topics

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

To use the [!INCLUDEssNoVersion] ODBC driver, you must be able to create ODBC data sources and ensure that the server has the correct version of the catalog stored procedures. To code an ODBC application that uses SQL Server, you must know how to allocate ODBC handles, set attributes, connect to an instance of SQL Server, execute queries, and process results.

In This Section

See Also

SQL Server Native Client (ODBC)