The Reentrant Events property indicates whether the provider supports reentrancy on Recordset methods.
object.Properties("Reentrant Events")
object
Expression that evaluates to an object in the Applies To list.
One of the following Settings:
Value | Description |
---|---|
True | The provider supports reentrancy during callbacks to the OLE DB IRowsetNotify interface. The provider might not support reentrancy on all Recordset methods. These methods return DB_E_NOTREENTRANT. |
False | The provider does not support such reentrancy. The provider returns DB_E_NOTREENTRANT on methods called during the notification. |
adBoolean
Read-only
DBPROP_REENTRANTEVENTS
Regardless of how the Reentrant Events property is set, all providers support GetRows and Close methods during notifications, as long as the columns being accessed do not include deferred columns.