ADO Events
Event | Description |
---|---|
BeginTransComplete | Called after the BeginTrans operation. |
CommitTransComplete | Called after the CommitTrans operation. |
ConnectComplete | Called after a connection starts. |
Disconnect | Called after a connection ends. |
EndOfRecordset | Called when there is an attempt to move to a row past the end of the Recordset. |
ExecuteComplete | Called after a command has finished executing. |
FetchComplete | Called after all the records in a lengthy asynchronous operation have been retrieved into the Recordset. |
FetchProgress | Called periodically during a lengthy asynchronous operation to report how many rows have currently been retrieved into the Recordset. |
FieldChangeComplete | Called after the value of one or more Field objects has changed. |
InfoMessage | Called whenever a warning occurs during a ConnectionEvent operation. |
MoveComplete | Called after the current position in the Recordset changes. |
RecordChangeComplete | Called after one or more records change. |
RecordsetChangeComplete | Called after the Recordset has changed. |
RollbackTransComplete | Called after the RollbackTrans operation. |
WillChangeField | Called before a pending operation changes the value of one or more Field objects in the Recordset. |
WillChangeRecord | Called before one or more records (rows) in the Recordset change. |
WillChangeRecordset | Called before a pending operation changes the Recordset. |
WillConnect | Called before a connection starts. |
WillExecute | Called just before a pending command executes on this connection and affords the user an opportunity to examine and modify the pending execution parameters. |
WillMove | The WillMove event is called before a pending operation changes the current position in the Recordset. |
See Also
ADO API Reference
ADO Collections
ADO Dynamic Properties
ADO Enumerated Constants
Appendix B: ADO Errors
Handling ADO Events
ADO Methods
ADO Object Model
ADO Objects and Interfaces
ADO Properties