Click or drag to resize

SQLStatement.ErrInfo Property

X#
An SQL statement error information (SQLErrorInfo) object. Use the error flag of the returned object to determine if an error occurred.

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

Property Value

Type: Usual
An SQL statement error information (SQLErrorInfo) object. Use the error flag of the returned object to determine if an error occurred.
See Also