Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.16 KB

utf-16-support-in-sql-server-native-client-11-0.md

File metadata and controls

22 lines (17 loc) · 1.16 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
UTF-16 Support
Learn about support for UTF-16 in a fixed-length buffer in SQL Server Native Client, beginning with SQL Server 2012.
markingmyname
maghan
03/14/2017
sql
native-client
reference

UTF-16 Support in SQL Server Native Client 11.0

[!INCLUDE SQL Server]

Important

[!INCLUDEsnac-removed-oledb-and-odbc]

Beginning in [!INCLUDEssSQL11], if you supply a fixed-length buffer when binding a column result or output parameter and if the wchar character written into the buffer before the terminating character is a high surrogate code point of a surrogate pair, and if the next wchar character is a low surrogate code point, [!INCLUDEssNoVersion] Native Client will not add the high surrogate code point to the buffer.

See Also

SQL Server Native Client Features