Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OdbcConnection::InfoMessage Event

 

Occurs when the ODBC driver sends a warning or an informational message.

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
event OdbcInfoMessageEventHandler^ InfoMessage {
	void add(OdbcInfoMessageEventHandler^ value);
	void remove(OdbcInfoMessageEventHandler^ value);
}

Clients that want to process warnings or informational messages sent by the server should create an OdbcInfoMessageEventHandler delegate to listen to this event.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft