Home > PHP > Function > > ingres_execute()

ingres_execute()

ingres_execute - Execute a prepared query

Syntax

boolean ingres_execute (resource $result, array $params, string $types)

Arguments

  • result - The result query identifier
  • params - An array of parameter values to be used with the query
  • types - A string containing a sequence of types for the parameter values passed. See the typesparameter in ingres_query() for the list of type codes.

Description

Execute a query prepared using ingres_prepare().

Version

PHP PECL ingres >= 1.1.0

Return value

Returns TRUE on success or FALSE on failure.