SQLErrorInfo.ReturnCode Property (Typed) | |
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
public virtual int ReturnCode { get; set; }
Request Example
View SourceProperty Value
Type:
LongA 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