IngresConnection Class
The IngresConnection class represents an open connection to an Ingres database. This class requires a connection string to connect to a target server and database.
Important! An application must Close( ) or Dispose( ) on the Connection object to return it to the connection pool for reuse by other applications.