Switching from sqloledb to odbc driver 13 for SQL Server
问题 I want to use Always Encrypted feature introduce in SQL Server 2016 SP1 . In order to do that, I need to use the new ODBC Driver 13.1 for SQL Server instead the current one sqloledb . It seems it is breaking my application, for example, when XML is returned. Here, it is said that: In order to take advantage of new features introduced in SQL Server 2005 such as multiple active result sets (MARS), query notifications, user-defined types (UDTs), or the new xml data type, existing applications