Re: SQL Server 2000, Tomcat and Connection pooling

2002-10-14 Thread sonam singh
AMITABH U CAN ALSO CREATE U'R OWN CONNECTION POOLING I CREATED MY OWN CONNECTION POOLING TO REMIVE THE DEPENDECY FROM THE CONTAINER POINT OF VIEW. IN FUTURE IF U WANT TO CHANE THE CONTIANSER IT MAY CREATE THE SOME PROBLEM . SO IT BETTER TO CREATE U'R OWN CONNECTION POOL IF U NEED ANY FURTHER HELP

SQL Server 2000, Tomcat and Connection pooling

2002-10-14 Thread Amitabh Dubey
Hello guys, I have been trying to use the deploytool from the latest jwsdk to configure a new datasource in tomcat. Although I was successful in creating a regular datasource, I am unable to create a ConnectionPoolDataSource that is provided by the latest Microsoft JDBC driver for SQL SERV