f$SQLError (f$SQLFehler)
f$SQLError (f$SQLFehler)
With this function, information for the last unsuccessful SQL command can be calculated. The function writes the result in a parameter group containing the following parameters:
SQLError: integer type contains the error number
SQLErrorMsg: string type contains the error description.
The parameter group definition SQLERROR in the TDV group contains these parameters.
Syntax: | f$SQLError(PG) | ||
| Argument | Type | Meaning |
| PG | String | Name of the parameter group to which the error information is written |