Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 4.97 KB

File metadata and controls

78 lines (51 loc) · 4.97 KB
title OLE DB
ms.custom
ms.date 03/17/2017
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology native-client
ms.topic reference
helpviewer_keywords
SQL Server Native Client OLE DB provider, about SQL Server Native Client OLE DB provider
OLE DB, SQL Server Native Client OLE DB provider
data access [SQL Server Native Client], OLE DB
SQLNCLI, OLE DB
OLE DB
SQL Server Native Client OLE DB provider
SQL Server Native Client, OLE DB
ms.assetid da846da4-ec19-4a4f-81fb-7d5a2b2bf80a
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

SQL Server Native Client (OLE DB)

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

The [!INCLUDEssNoVersion] Native Client OLE DB provider (SQLNCLI) is a low-level COM API that is used for accessing data. The [!INCLUDEssNoVersion] Native Client OLE DB provider is recommended for developing tools, utilities, or low-level components that need high performance. The [!INCLUDEssNoVersion] Native Client OLE DB provider is a native, high performance provider that accesses the [!INCLUDEssNoVersion] Tabular Data Stream (TDS) protocol directly.

[!INCLUDEssNoVersion] Native Client provides OLE DB support to applications connecting to [!INCLUDEssNoVersion].

The [!INCLUDEssNoVersion] Native Client OLE DB provider is an OLE DB version 2.0-compliant provider.

Important

The [!INCLUDEssNoVersion] Native Client OLE DB (SQLNCLI) remains deprecated and it is not recommended to use it for new development work. Instead, use the new Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL) which will be updated with the most recent server features.

In This Section

See Also

SQL Server Native Client Programming