OleDbError::SQLState Property
.NET Framework (current version)
Gets the five-character error code following the ANSI SQL standard for the database.
Assembly: System.Data (in System.Data.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: