(PECL ingres >= 1.1.0)
ingres_execute — Execute a prepared query
Execute a query prepared using ingres_prepare().
注意: Related Configurations
See also the ingres.describe, ingres.scrollable and ingres.utf8 directives in Runtime Configuration.
The result query identifier
An array of parameter values to be used with the query
A string containing a sequence of types for the parameter values passed. See the types parameter in ingres_query() for the list of type codes.
成功した場合に TRUE を、失敗した場合に FALSE を返します。