Contents Index DataSource property Open method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaConnection class

InfoMessage event


Description 

Occurs when the provider sends a warning or an informational message.

Syntax 

event AsaInfoMessageEventHandler InfoMessage

Usage 

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.


Contents Index DataSource property Open method