Blog Post

SQL Server Blog
1 MIN READ

ODBC Driver 17.3 (Preview) for SQL Server Released

SQL-Server-Team's avatar
SQL-Server-Team
Former Employee
Mar 24, 2019
First published on MSDN on Sep 24, 2018
We are pleased to announce a technical preview of version 17.3 of the Microsoft ODBC Driver 17 for SQL Server! https://www.microsoft.com/download/details.aspx?id=57341 brings several fixes and a couple of added features.

Added



  • Support for XA distributed transactions

  • Support for streaming input parameters against Always Encrypted columns


Fixed


This release also contains the following fixed issues:

  • TCP send notification event handle memory leak

  • Redefinition issue of enum _SQL_FILESTREAM_DESIRED_ACCESS in msodbcsql.h header file

  • Missing ACCESS_TOKEN and AUTHENTICATION related definition in msodbcsql.h header file for Linux


Next steps


For Windows and Linux installations, you can download the Microsoft ODBC Driver 17.3 (Preview) for SQL Server https://www.microsoft.com/download/details.aspx?id=57341 .

Roadmap


We are committed to improving quality and bringing more feature support for connecting to http://twitter.com/sqlserver , http://twitter.com/AzureSQLDB http://twitter.com/AzureSQLDW , and https://docs.microsoft.com/en-us/azure/sql-database/sql-database-managed-instance through regular driver releases. We invite you to explore the latest the Microsoft Data Platform has to offer via a trial of https://azure.microsoft.com/en-us/services/sql-database/ or by evaluating https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server .

David Engel
Updated Mar 24, 2019
Version 2.0

1 Comment

  • What are the means to facilitate the XA support for other TM's than MSDTC (if that even counts as a TM) ?

    I guess you should be able to use the xaswitch.lib to build your own resource proxy that you use with a XA-compliant TM and configure things with OPENINFO, but how do you get hold of the connection-object (possibly created by xa_open()) ?

    Is it even possible ?

    Best regards,
    Kristian