Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.05 KB

updating-data-in-rowsets-resynchronizing-rows.md

File metadata and controls

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

Updating Data in Rowsets - Resynchronizing Rows

[!INCLUDE SQL Server]

[!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