Name
Recordset.WillChangeRecordset Event — (Versions 2.0, 2.1, 2.5, 2.6)
Synopsis
WillChangeRecordset(ByValadReasonAs ADODB.EventReasonEnum, _adStatusAs ADODB.EventStatusEnum, _ ByValpRecordsetAs ADODB.Recordset)
The WillChangeRecordset event is called before an operation changes the Recordset object.
Arguments
-
adReason(EventReasonEnum) Indicates the reason for this event. Values for the
adReasonparameter are:adRsnReQuery,adRsnReSynch,adRsnClose, andadRsnOpen.
-
adStatus(EventReasonEnum) Indicates the status of the current operation. The
adStatusparameter is set toadStatusOKif the operation causing this event was successful. If theadStatusparameter is set toadStatusCantDeny, the event cannot request that the operation be canceled. If theadStatusparameter is set toadStatusUnwantedEvent, this event will not be called again. If theadStatusparameter is set toadStatusCancel, a cancellation request will be made for this operation.
-
pRecordset Represents the Recordset object that fired this event.
See Also
EventReasonEnum Enumeration, EventStatusEnum Enumeration, RecordsetChangeComplete Event, Recordset.Requery, Recordset.Open
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access