Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.24 KB

File metadata and controls

22 lines (18 loc) · 1.24 KB
title UTF-16 Support in SQL Server Native Client 11.0 | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.reviewer
ms.technology native-client
ms.topic reference
ms.assetid f2520424-8ef4-409f-8147-d83da5076e96
author markingmyname
ms.author maghan
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

UTF-16 Support in SQL Server Native Client 11.0

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]

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