You are on page 1of 1

Error

Returns the last recorded error in the form of an array or string (depending upon the context) containing
the error number, error text and the ODBC connection that caused the error (if there is one).

Example:
die $db->Error(), qq(\n);
($ErrNum, $ErrText, $ErrConn) = $db->Error();

You might also like