skip to main content
Configuring Hybrid Data Pipeline for JDBC : Using connection pooling : Using a DataDirect connection pool
  

Try Now

Using a DataDirect connection pool

To use DataDirect Connection Pooling, perform these steps:
1. Create and register with JNDI a Hybrid Data Pipeline Driver for JDBC 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 DataDirect connection pool