SQLErrorInfo.SQLState Property | |
A string that contains the SQL error state (for example, S1000, which is a general error).
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY SQLState AS USUAL GET SET
public virtual Usual SQLState { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA string that contains the SQL error state (for example, S1000, which is a general error).
Remarks Tip |
---|
Refer to SQLState in your ODBC documentation for a complete list of ODBC error states that are available. |
See Also