Reentrant Events Property

ADO and SQL Server

ADO and SQL Server

Reentrant Events Property

The Reentrant Events property indicates whether the provider supports reentrancy on Recordset methods.

Applies To
Command Object Recordset Object
Syntax

object.Properties("Reentrant Events")

Parts

object

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

Returns

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.

Data Type

adBoolean

Modifiable

Read-only

OLE DB Property

DBPROP_REENTRANTEVENTS

Remarks

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.