Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16441 программист и 1796 роботов. Сейчас ищут 1946 программистов ...
ingres_next_error - Get the next Ingres error
Вернуться к: Ingres Функции
ingres_next_error
(PECL ingres >= 2.0.0)
ingres_next_error — Get the next Ingres error
Описание
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.
Список параметров
-
link
-
The connection link identifier
Возвращаемые значения
ingres_next_error() returns TRUE
if there is another
error to retrieve or FALSE
when there are no more errors
Смотрите также
- ingres_errno() - Get the last Ingres error number generated
- ingres_error() - Get a meaningful error message for the last error generated
- ingres_errsqlstate() - Get the last SQLSTATE error code generated
Вернуться к: Ingres Функции