dismiss Step into the future! Click here to switch to the beta php.net site
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ingres_num_fields> <ingres_free_result
[edit] Last updated: Fri, 28 Jun 2013

view this page in

ingres_next_error

(PECL ingres >= 2.0.0)

ingres_next_errorGet the next Ingres error

Description

bool ingres_next_error ([ resource $link ] )

Get the next Ingres error for the last executed query. Each call to ingres_next_error() can be followed by a call to ingres_errno(), ingres_error() or ingres_errsqlstate() to get the respective error number, error text, or SQL STATE. While ingres_next_error() returns TRUE, there are more errors to fetch.

Parameters

link

The connection link identifier

Return Values

ingres_next_error() returns TRUE if there is another error to retrieve or FALSE when there are no more errors

See Also



add a note add a note User Contributed Notes ingres_next_error - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites