(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
Send an SQL query to Ingres
mixed ingres_query ( resource $link, string $query [, array $params [, string $types ]] )
ingres_query() sends the given query to the Ingres server.
The query becomes part of the currently open transaction. If there is no open transaction, ingres_query() opens a new transaction. To close the transaction, you can call either ingres_c