History
Statement.DBErrorCode
Home
•
Help
•
A0
•
Customization Tools
•
FCAS
•
Language Reference
•
Statement.DBErrorCode
DBErrorCode (database statements)
Purpose
Returns a numeric value which is the ODBC error code of the last operation performed.
Constant values that are common return values from ODBC are:
db_success
Operation completed successfully.
db_success_with_info
Operation completed successfully with more information available.
db_no_data_found
No data was returned from the operation when data was expected.
db_error
ODBC error occurred.
Syntax
DBStatement
.DBErrorCode