12. Understanding .NET Data Provider Connectivity : .NET Data Provider Classes : IngresConnection Class
 
Share this page                  
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.