ADO events
Applies to: Access 2013, Office 2013
Event | Description |
---|---|
Called after the BeginTrans operation. |
|
Called after the CommitTrans operation. |
|
Called after a connection starts. |
|
Called after a connection ends. |
|
Called when there is an attempt to move to a row past the end of the Recordset. |
|
Called after a command has finished executing. |
|
Called after all the records in a lengthy asynchronous operation have been retrieved into the Recordset. |
|
Called periodically during a lengthy asynchronous operation to report how many rows have currently been retrieved into the Recordset. |
|
Called after the value of one or more Field objects has changed. |
|
Called whenever a warning occurs during a ConnectionEvent operation. |
|
Called after the current position in the Recordset changes. |
|
Called after one or more records change. |
|
Called after the Recordset has changed. |
|
Called after the RollbackTrans operation. |
|
Called before a pending operation changes the value of one or more Field objects in the Recordset. |
|
Called before one or more records (rows) in the Recordset change. |
|
Called before a pending operation changes the Recordset. |
|
Called before a connection starts. |
|
Called just before a pending command executes on this connection and affords the user an opportunity to examine and modify the pending execution parameters. |
|
The WillMove event is called before a pending operation changes the current position in the Recordset. |