( PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
Fetch a row of result into an array
array ingres_fetch_array ( resource $result [, int $result_type ] )
This function is an extended version of ingres_fetch_row(). In addition to storing the data in the numeric indices of the result array, it also stores the data in associative indices, using the field names as keys.
If two or more columns of the result have the same field name