OdbcError::SQLState Property

 

Gets the five-character error code that follows the ANSI SQL standard for the database.

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

public:
property String^ SQLState {
	String^ get();
}

Property Value

Type: System::String^

The five-character error code, which identifies the source of the error if the error can be issued from more than one place.

The following example displays the properties of the OdbcError.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: