IRowsetChange Property

ADO and SQL Server

ADO and SQL Server

IRowsetChange Property

The IRowsetChange property indicates whether the provider supports the OLE DB IRowsetChange interface.

Applies To
Command Object Recordset Object
Syntax

object.Properties("IRowsetChange") [= value]

Parts

object

Expression that evaluates to an object in the Applies To list.

value

Boolean that indicates whether the provider supports the specified interface, as specified in Settings.

Settings
Value Description
True The recordset supports the specified interface.
False The recordset does not support the specified interface.

Data Type

adBoolean

Modifiable

Read/write

OLE DB Property

DBPROP_IRowsetChange

Remarks

ADO uses the OLE DB IRowsetChange interface if the provider supports it.

The IRowsetChange property is useful for conformance testing.

Setting The IRowsetUpdate property to True automatically sets the IRowsetChange property to True.

When the IRowsetChange property is set to False, the Updatability property is set to zero. Any attempt to set the Updatability property to a value other than zero results in a conflict reported by the provider, which returns DBPROPSTATUS_CONFLICTING.

See Also

IRowsetUpdate Property

Updatability Property