Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.16 KB

File metadata and controls

24 lines (19 loc) · 1.16 KB
title UTF-16 Support in OLE DB Driver for SQL Server| Microsoft Docs
description UTF-16 Support in OLE DB Driver for SQL Server
ms.custom
ms.date 06/12/2018
ms.prod sql
ms.prod_service database-engine, sql-database, sql-data-warehouse, pdw
ms.reviewer
ms.technology connectivity
ms.topic reference
author pmasl
ms.author pelopes

UTF-16 Support in OLE DB Driver for SQL Server

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

[!INCLUDEDriver_OLEDB_Download]

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, OLE DB Driver for SQL Server will not add the high surrogate code point to the buffer.

See Also

OLE DB Driver for SQL Server Features