resource ingres_connect ([ string $database [, string $username [, string $password [, array $options ]]]] )
ingres_connect() opens a connection with the given Ingres database. The connection is closed when the script ends or when ingres_close() is called on this link.
Returns a Ingres link resource on success or FALSE on failure