Click or drag to resize

SQLErrorInfo.ReturnCode Property (Typed)

X#
A numeric value that represents the SQL return code value (for example, SQL_ERROR, SQL_SUCCESS_WITH_INFO, etc.).

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

Property Value

Type: Long
A numeric value that represents the SQL return code value (for example, SQL_ERROR, SQL_SUCCESS_WITH_INFO, etc.).
Remarks
Tip Tip
Refer to your ODBC documentation for a complete list of SQL return codes that are available.
See Also