<< Click to Display Table of Contents >> AdoConnectionEvents:Infomessage() |
![]() ![]() ![]() |
The InfoMessage event is called whenever a warning occurs during a ConnectionEvent operation.
METHOD Infomessage ( oError, lStatus, oConn ) CLASS AdoConnectionEvents
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
AdoConnectionEvents, AdoEventStatusEnum, AdoError