OleDbError::SQLState Property

 

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

Namespace:   System.Data.OleDb
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 OleDbError.

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

.NET Framework
Available since 1.1
Return to top
Show: