Gets the five-character error code following the ANSI SQL standard for the database.
[Visual Basic] Public ReadOnly Property SQLState As String [C#] public string SQLState {get;} [C++] public: __property String* get_SQLState(); [JScript] public function get SQLState() : String;
The five-character error code, which identifies the source from which the error was issued (if the error can be issued from more than one place).
ADOError Class | ADOError Members | System.Data.ADO Namespace