Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<ifx_create_charifx_error>
Last updated: Tue, 19 Sep 2006

ifx_do

(PHP 3 >= 3.0.4, PHP 4, PHP 5)

ifx_do --  Execute a previously prepared SQL-statement

Description

bool ifx_do ( resource result_id )

Returns TRUE on success or FALSE on failure.

Executes a previously prepared query or opens a cursor for it.

Does NOT free result_id on error.

Also sets the real number of ifx_affected_rows() for non-select statements for retrieval by ifx_affected_rows()

See also: ifx_prepare().




<ifx_create_charifx_error>
Last updated: Tue, 19 Sep 2006