The IRowsetUpdate property indicates whether the provider supports the OLE DB IRowsetUpdate interface.
object.Properties("IRowsetUpdate") [= value]
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.
Value | Description |
---|---|
True | The recordset supports the specified interface, and automatically sets the IRowsetChange property to True. |
False | The recordset does not support the specified interface. |
adBoolean
Read/write
DBPROP_IRowsetUpdate
ADO uses the OLE DB IRowsetUpdate interface if the provider supports it.
The IRowsetUpdate property is useful for conformance testing.