AdoConnectionEvents:Infomessage()

<< Click to Display Table of Contents >>

Navigation:  Ado Events > AdoConnectionEvents Class >

AdoConnectionEvents:Infomessage()

Previous pageReturn to chapter overviewNext page

Purpose

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

 

Prototype

METHOD Infomessage ( oError, lStatus, oConn ) CLASS AdoConnectionEvents

 

Argument(s)

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

lStatus        An AdoEventStatusEnum status value. If a warning occurs, lStatus is set to adStatusOK and the oError contains the warning

oConn        The Connection object for which this event occurred

 

 

See Also

AdoConnectionEvents, AdoEventStatusEnum, AdoError