History |
DBError (database connections)
Purpose
Returns a string containing the last string error that occurred on a connection, provided by the underlying ODBC driver.
This method is useful for determining the type of error that has occurred in an error handling situation.
Syntax
DBConnection.DBError
Compliance:
Core level
Example
Debug cnctBigData.DBError
| ||