ingres_execute

Example

 bool ingres_execute ( resource $result [, array $params [, string $types ]] ) 

Description

Execute a query prepared using ingres_prepare().
Note: Related Configurations See also the ingres.describe, ingres.scrollable and ingres.utf8 directives in Runtime Configuration.

Return Values

Returns TRUE on success or FALSE on failure.