DB Connection Pool

Many webservers provide the db connection pool. J-ASP ADODB uses the db connection pool of the webservers directly. We have tested it with Weblogic, WebSphere, Tomcat etc.
You need change the connection string to following format:

"DSN=JNDI-name;UID=userID;PWD=password;"

For example:
If you have set a JNDI name 'jdbc/oraDemo' in WebSphere, you need change the connection string as following:

"DSN=jdbc/oraDemo;UID=scott;PWD=tiger;"

How to use the connection pool ?

Please contact asp2jsp@netcoole.com if you have any questions.