Using a DataDirect connection pool
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
To use DataDirect Connection Pooling, perform these steps:
-
Create and register with JNDI a Hybrid Data Pipeline Driver for
JDBC
DataSourceobject. 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. -
To create a connection pool, you must create and register with
JNDI a
PooledConnectionDataSourceobject. APooledConnectionDataSourcecreates and manages one or multiple connection pools. ThePooledConnectionDataSourceuses the driverDataSourceobject created in Step 1 to create the connections for the connection pool.