ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaConnection class
Occurs when the provider sends a warning or an informational message.
event AsaInfoMessageEventHandler InfoMessage
The event handler receives an argument of type AsaInfoMessageEventArgs containing data related to this event. The following AsaInfoMessageEventArgs properties provide information specific to this event: ErrorCode, Errors, Message, and Source.
For more information, see the .NET Framework documentation for OleDbConnection.InfoMessage Event.