dbGetLastErrorText#
Purpose#
Returns information about the last error that occurred on the database.
Format#
- last_error = dbGetLastErrorText(db_id)#
- Parameters:
db_id (scalar) – database connection index number.
- Returns:
last_error (string) – details of last error on the specified database.