Validating Connection before query Execution
--------------------------------
Hi All,
I have a connection pool configured in IBM WebSphere V6.0. Database is sql server 2000.
I am accessing this connection pool using JNDI from my application deployed in Websphere. I want to validate every connection before it is used to execute a query like /"testonborrow=true/" property used in DBCP. There is a property /"Pretest new connections/" in web sphere but it doesn't work as is see queries running in sql profiler /"select 1/" never appears. However if use tomcat and dbcp i see /"select 1/" running before every query execution.
Please help
--------------------------------
Posted By: asif baloch at May 8 2009 11:30PM