NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOError.SQLState

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;

Property Value

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).

See Also

ADOError Class | ADOError Members | System.Data.ADO Namespace