SQLErrorInfo.ReturnCode Property | |
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
public virtual Usual ReturnCode { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA numeric value that represents the SQL return code value (for example, SQL_ERROR, SQL_SUCCESS_WITH_INFO, etc.).
Remarks Tip |
---|
Refer to your ODBC documentation for a complete list of SQL return codes that are available. |
See Also