InfoMessage Event (ADO)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

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.

See Also

Visual C++ Example

ADO Event Handler Summary

Applies To: Connection Object

© 1998-2003 Microsoft Corporation. All rights reserved.