Query: ingres_execute
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INGRES_EXECUTE(3) 1 INGRES_EXECUTE(3) ingres_execute - Execute a prepared querySYNOPSISbool ingres_execute (resource $result, [array $params], [string $types])DESCRIPTIONExecute a query prepared using ingres_prepare(3). Note Related Configurations See also the ingres.describe, ingres.scrollable and ingres.utf8 directives in Runtime Configuration.PARAMETERSo $result - The result query identifier o $params - An array of parameter values to be used with the query o $types - A string containing a sequence of types for the parameter values passed. See the types parameter in ingres_query(3) for the list of type codes.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOingres_unbuffered_query(3), ingres_fetch_array(3), ingres_fetch_assoc(3), ingres_fetch_object(3), ingres_fetch_row(3), ingres_commit(3), ingres_rollback(3), ingres_autocommit(3), ingres_set_environment(3), ingres_errno(3), ingres_error(3). PHP Documentation Group INGRES_EXECUTE(3)
Related Man Pages |
---|
ingres_execute(3) - php |
ingres_fetch_object(3) - php |
ingres_fetch_row(3) - php |
ingres_field_precision(3) - php |
ingres_prepare(3) - php |
Similar Topics in the Unix Linux Community |
---|
Script Advice please? |
Ingres dbms on sco unix |
How to put db2 query result into an array in shell script? |
Values in array are not able to be used one by one |
How to pass parameter to bteq? |