|
1 | 1 | --- |
2 | 2 | title: "Release notes (OLE DB Driver for SQL Server) | Microsoft Docs" |
3 | | -ms.date: "02/12/2019" |
| 3 | +ms.date: "02/13/2019" |
4 | 4 | ms.prod: sql |
5 | 5 | ms.technology: connectivity |
6 | 6 | ms.topic: conceptual |
7 | | -author: David-Engel |
8 | | -ms.author: v-daveng |
| 7 | +ms.reviewer: genemi |
| 8 | +## author: David-Engel |
| 9 | +## ms.author: v-daveng |
| 10 | +author: mateusz-kmiecik |
| 11 | +ms.author: v-makmie |
9 | 12 | --- |
10 | | -# Release notes for the Microsoft OLE DB Driver for SQL Server |
| 13 | +# Release notes for the Microsoft OLE DB Driver, for SQL Server |
| 14 | + |
11 | 15 | [!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)] |
12 | 16 |
|
13 | 17 | [!INCLUDE[Driver_OLEDB_Download](../../includes/driver_oledb_download.md)] |
14 | 18 |
|
15 | 19 | This page discusses what was added in each version of the Microsoft OLE DB Driver for SQL Server. |
16 | 20 |
|
17 | | -## What's new in version 18.2.1 |
| 21 | +## 18.2.1 |
| 22 | + |
| 23 | +February 2019 |
18 | 24 |
|
19 | | -**Features added:** |
| 25 | +### Features added |
20 | 26 |
|
21 | | -* Support for UTF-8 server encoding. For more information, see: [UTF-8 Support in OLE DB Driver for SQL Server](features/utf-8-support-in-oledb-driver-for-sql-server.md). |
22 | | -* Azure Active Directory authentication support. For more information, see: [Using Azure Active Directory](features/using-azure-active-directory.md). |
| 27 | +| Feature added | Details | |
| 28 | +| :------------ | :------ | |
| 29 | +| Support for UTF-8 server encoding. | • [UTF-8 Support in OLE DB Driver for SQL Server](features/utf-8-support-in-oledb-driver-for-sql-server.md). | |
| 30 | +| Azure Active Directory authentication support. | • [Using Azure Active Directory](features/using-azure-active-directory.md). | |
| 31 | +| | | |
23 | 32 |
|
24 | | -## What's new in version 18.1.0 |
| 33 | +## 18.1.0 |
25 | 34 |
|
26 | | -**Features added:** |
| 35 | +July 2018 |
27 | 36 |
|
28 | | -* Support for `UseFMTONLY` connection string keyword and `SSPROP_INIT_USEFMTONLY` initialization property. |
29 | | -`UseFMTONLY` controls how metadata is retrieved when connecting to [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)] and newer. |
30 | | -For more information, see: |
31 | | - * [Using Connection String Keywords with OLE DB Driver for SQL Server](applications/using-connection-string-keywords-with-oledb-driver-for-sql-server.md) |
| 37 | +### Features added |
32 | 38 |
|
33 | | -**Bugs fixed:** |
| 39 | +| Feature added | Details | |
| 40 | +| :------------ | :------ | |
| 41 | +| Support for the `UseFMTONLY` connection string keyword, and for the `SSPROP_INIT_USEFMTONLY` initialization property. | `UseFMTONLY` controls how metadata is retrieved when connecting to [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)] and newer.<br/><br/>• [Using Connection String Keywords with OLE DB Driver for SQL Server](applications/using-connection-string-keywords-with-oledb-driver-for-sql-server.md). | |
| 42 | +| | | |
34 | 43 |
|
35 | | -* Fixed incorrect version of the BCP format file. The OLE DB Driver 18.0 incorrectly sets the version of the BCP format file to 18.0 instead of 11.0. Format files generated by the OLE DB Driver 18.0 cannot be read by the OLE DB Driver 18.1. If you need to use format files generated by the previous version of the driver with the new driver, you can manually edit the files to change the version to 11.0. |
| 44 | +### Bugs fixed |
36 | 45 |
|
37 | | -## What's new in version 18.0.2 |
| 46 | +| Bug fixed | Details | |
| 47 | +| :-------- | :------ | |
| 48 | +| Fixed incorrect version of the BCP format file. | The OLE DB Driver 18.0 incorrectly sets the version of the BCP format file to 18.0, instead of to 11.0.<br/><br/>Format files generated by the OLE DB Driver 18.0 cannot be read by the OLE DB Driver 18.1.<br/><br/>If you need to use format files generated by the previous version of the driver with the new driver, you can manually edit the files to change the version to 11.0. | |
| 49 | +| | | |
38 | 50 |
|
39 | | -**Features added**: |
| 51 | +## 18.0.2 |
40 | 52 |
|
41 | | -* Support for `MultiSubnetFailover` connection string keyword and `SSPROP_INIT_MULTISUBNETFAILOVER` initialization property. |
42 | | -For more information, see: |
43 | | - * [OLE DB Driver for SQL Server Support for High Availability, Disaster Recovery](features/oledb-driver-for-sql-server-support-for-high-availability-disaster-recovery.md) |
44 | | - * [Using Connection String Keywords with OLE DB Driver for SQL Server](applications/using-connection-string-keywords-with-oledb-driver-for-sql-server.md) |
| 53 | +### Features added |
| 54 | + |
| 55 | +| Feature added | Details | |
| 56 | +| :------------ | :------ | |
| 57 | +| Support for the `MultiSubnetFailover` connection string keyword, and the `SSPROP_INIT_MULTISUBNETFAILOVER` initialization property. | • [OLE DB Driver for SQL Server Support for High Availability, Disaster Recovery](features/oledb-driver-for-sql-server-support-for-high-availability-disaster-recovery.md).<br/><br/>• [Using Connection String Keywords with OLE DB Driver for SQL Server](applications/using-connection-string-keywords-with-oledb-driver-for-sql-server.md). | |
| 58 | +| | | |
45 | 59 |
|
46 | 60 | ## See also |
| 61 | + |
47 | 62 | [Microsoft OLE DB Driver for SQL Server](oledb-driver-for-sql-server.md) |
0 commit comments