Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.18 KB

File metadata and controls

29 lines (23 loc) · 1.18 KB
title Resynchronizing rows (OLE DB driver)
description For updating data in rowsets, the OLE DB Driver for SQL Server supports IRowsetResynch on SQL Server cursor-supported rowsets only.
author David-Engel
ms.author davidengel
ms.date 06/14/2018
ms.service sql
ms.subservice connectivity
ms.topic reference
ms.custom
ignite-2025
helpviewer_keywords
synchronization [OLE DB]
IRowsetResynch interface
resynchronizing rows
data updates [SQL Server], OLE DB

Updating Data in Rowsets - Resynchronizing Rows

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics PDW FabricSQLDB]

[!INCLUDEDriver_OLEDB_Download]

The OLE DB Driver for SQL Server 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