Click or drag to resize

SQLErrorInfo.ReturnCode Property

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

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

Property Value

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