Signature
native dbi_error(Sql:_sql, _error[], _len);
Description
Returns an error message set.
Notes
-
For PGSQL and MySQL, this is a direct error return from the
database handle/API.
-
For MSSQL, it returns the last error message found from a
thrown exception.