InfoMessage Event (ADO)

Microsoft ActiveX Data Objects (ADO)

InfoMessage Event

       

The InfoMessage event is called whenever a warning occurs during a ConnectionEvent operation.

Syntax

InfoMessage pError, adStatus, pConnection

Parameters

pError   An Error object. This parameter contains any errors that are returned. If multiple errors are returned, enumerate the Errors collection to find them.

adStatus   An EventStatusEnum status value. If a warning occurs, adStatus is set to adStatusOK and the pError contains the warning.

Before this event returns, set this parameter to adStatusUnwantedEvent to prevent subsequent notifications.

pConnection   A Connection object. The connection for which the warning occurred. For example, warnings can occur when opening a Connection object or executing a Command on a Connection.