Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 3.67 KB

microsoft-odbc-driver-for-sql-server-on-windows.md

File metadata and controls

52 lines (40 loc) · 3.67 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
Microsoft ODBC Driver for SQL Server on Windows
Learn about creating applications that use the Microsoft ODBC Driver for SQL Server on Windows.
David-Engel
davidengel
02/15/2022
sql
connectivity
conceptual

Microsoft ODBC Driver for SQL Server on Windows

[!INCLUDEDriver_ODBC_Download]

The Microsoft ODBC Drivers for [!INCLUDEssNoVersion] are stand-alone ODBC drivers which provide an application programming interface (API) implementing the standard ODBC interfaces to Microsoft [!INCLUDEssNoVersion].

The Microsoft ODBC Driver for SQL Server can be used to create new applications. You can also upgrade your older applications which currently use an older ODBC driver. The ODBC Driver for SQL Server supports connections to Azure SQL Database, Azure Synapse Analytics, and [!INCLUDEssNoVersion].

Summary

Version Features Supported
Microsoft ODBC Driver 18 for SQL Server
  • Support for TDS 8.0
  • Extensions to SQLGetData
  • Option to send SQL_LONG_* types as (max)-types
Microsoft ODBC Driver 17 for SQL Server
  • Always Encrypted support for BCP API
  • New connection string attribute UseFMTONLY causes driver to use legacy metadata in special cases requiring temp tables
Microsoft ODBC Driver 13.1 for SQL Server
  • Always Encrypted
  • Microsoft Entra authentication
  • Always On Availability Groups (AG)
Microsoft ODBC Driver 13 for SQL Server
  • Internationalized Domain Name (IDN)
Microsoft ODBC Driver 11 for SQL Server
  • Driver-Aware Connection Pooling
  • Connection Resiliency
  • Asynchronous execution (Polling Method)

Documentation

This documentation for the Microsoft ODBC Driver for [!INCLUDEssNoVersion] includes:

Community

Related content