skip to main content
Configuring Hybrid Data Pipeline for JDBC : Using connection pooling : Connecting to a JDBC Data Source using a connection pool : Closing the DataDirect connection pool
  

Try Now
Closing the DataDirect connection pool
The DataDirect Connection Pool Manager is notified automatically when an application stops running. Use the PooledConnectionDataSource.close() method to explicitly close the pool while the application is running. For example, if changes are made to the pool configuration using a pool management tool, the PooledConnectionDataSource.close() method can be used to force the connection pool to close and re-create the pool using the new configuration values.