Posted By:
Anonymous
Posted On:
Saturday, February 14, 2004 11:24 AM
Hi,
If you want to create a connection pool for any database that has a JDBC driver, you can either define a datasource from your J2EE app server configuration, that will be accessed using JNDI. But you can also create it programmatically using the DBCP project from apache, that s quite easy and more safe than relying on app servers from my experience.
Go to:
DBCP for more information..