ingres_connect

Example

 resource ingres_connect ([ string $database [, string $username [, string $password [, array $options ]]]] ) 

Description

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.

Return Values

Returns a Ingres link resource on success or FALSE on failure