Click or drag to resize

SQLErrorInfo.SQLState Property

X#
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 
Request Example View Source

Property Value

Type: Usual
A string that contains the SQL error state (for example, S1000, which is a general error).
Remarks
Tip Tip
Refer to SQLState in your ODBC documentation for a complete list of ODBC error states that are available.
See Also