Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.08 KB

File metadata and controls

24 lines (20 loc) · 1.08 KB
title Resynchronizing rows (Native Client OLE DB provider)
description Updating Data in Rowsets - Resynchronizing Rows in SQL Server Native Client
author markingmyname
ms.author maghan
ms.date 03/14/2017
ms.service sql
ms.subservice native-client
ms.topic reference
helpviewer_keywords
synchronization [OLE DB]
IRowsetResynch interface
resynchronizing rows
data updates [SQL Server], OLE DB

Updating Data in Rowsets - Resynchronizing Rows in SQL Server Native Client

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

The [!INCLUDEssNoVersion] Native Client OLE DB provider supports IRowsetResynch on [!INCLUDEssNoVersion] cursor-supported rowsets only. IRowsetResynch is not available on demand. The consumer must request the interface before opening the rowset.

See Also

Updating Data in Rowsets