<< Click to Display Table of Contents >> AdoConnectionEvents Class |
![]() ![]() ![]() |
Connection Events abstract class
CLASS AdoConnectionEvents INHERIT AdoEventHandler
BeginTransComplete() | Transaction has started |
CommitTransComplete() | Transaction was committed |
ConnectComplete() | A connection was started |
Disconnect() | A connection was ended |
ExecuteComplete() | A command has finished executing |
Infomessage() | A warning occurs |
RollBackTransComplete() | Transaction was aborted |
WillConnect() | A connection Starts |
WillExecute() | A command will be executed |
You should never use this class directly, but create a subclass of this class to implement your Event handler
AdoEventHandler, Ado Events, AdoEnableConnectionEvents(), AdoDisableConnectionEvents(), AdoConnectionEventClass()