Click or drag to resize

SQLErrorInfo.SQLState Property (Typed)

X#
A string that contains the SQL error state (for example, S1000, which is a general error).

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY SQLState AS STRING GET SET 
Request Example View Source

Property Value

Type: String
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