INGRES_NEXT_ERROR(3) 1 INGRES_NEXT_ERROR(3)
ingres_next_error - Get the next Ingres error
SYNOPSIS
bool ingres_next_error ([resource $link])
DESCRIPTION
Get the next Ingres error for the last executed query. Each call to ingres_next_error(3) can be followed by a call to ingres_errno(3),
ingres_error(3) or ingres_errsqlstate(3) to get the respective error number, error text, or SQL STATE. While ingres_next_error(3) returns
TRUE, there are more errors to fetch.
PARAMETERS
o $link
- The connection link identifier
RETURN VALUES
ingres_next_error(3) returns TRUE if there is another error to retrieve or FALSE when there are no more errors
SEE ALSO
ingres_errno(3), ingres_error(3), ingres_errsqlstate(3).
PHP Documentation Group INGRES_NEXT_ERROR(3)