PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ifx_error> <ifx_create_char
Last updated: Fri, 22 Aug 2008

view this page in

ifx_do

(No version information available, might be only in CVS)

ifx_doEjecuta una sentencia SQL preparada previamente

Descripción

int ifx_do ( int $result_id )

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Ejecuta una consulta preparada anteriormente o abre un cursor para ella.

No libera result_id si hubo un error.

También define el número real de registros procesados para consultas que no sean de selección y se puede obtener mediante ifx_affected_rows().

Vea también: ifx_prepare() (contiene un ejemplo).



add a note add a note User Contributed Notes
ifx_do
There are no user contributed notes for this page.

ifx_error> <ifx_create_char
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites