Home > PHP > Function > > ingres_error()

ingres_error()

ingres_error - Get a meaningful error message for the last error generated

Syntax

string ingres_error (resource $link)

Arguments

  • link - The connection link identifier

Description

Returns a string containing the last error, or NULL if no error has occurred.

Version

PHP PECL ingres >= 1.1.0

Return value

Returns a string containing the last error, or NULL if no error has occurred.