skip to main content
Connection Pool Manager : Using a DataDirect Connection Pool
  
Using a DataDirect Connection Pool
1. Create and register with JNDI a DataDirect Connect Series for JDBC driver DataSource object. Once created, this DataSource object can be used by a connection pool (PooledConnectionDataSource object created in Step 2) to create connections for one or multiple connection pools.
2. To create a connection pool, you must create and register with JNDI a PooledConnectionDataSource object. A PooledConnectionDataSource creates and manages one or multiple connection pools. The PooledConnectionDataSource uses the driver DataSource object created in Step 1 to create the connections for the connection pool.
* Creating a Driver DataSource Object
* Creating the Connection Pool