AdoConnectionEvents Class

<< Click to Display Table of Contents >>

Navigation:  Ado Events >

AdoConnectionEvents Class

Previous pageReturn to chapter overviewNext page

Purpose

Connection Events abstract class

 

Prototype

CLASS AdoConnectionEvents INHERIT AdoEventHandler

 

Method

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

 

 

Description

You should never use this class directly, but create a subclass of this class to implement your Event handler

 

See Also

AdoEventHandler, Ado Events, AdoEnableConnectionEvents(), AdoDisableConnectionEvents(), AdoConnectionEventClass()