RE: ERROR using the tomcat db connection pool against one SQL SERVER 200 database. Please help me

2003-10-31 Thread Francois JEANMOUGIN
> org.apache.commons.dbcp.DbcpException > : java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for > JDBC]Unable > to connect. Invalid URL The URL is invalid. > jdbc:microsoft:sqlserver://192.168.0.12:1433/Northwind Here is the URL On my servers, my devs are using: jdbc:microsoft:sqls

ERROR using the tomcat db connection pool against one SQL SERVER 200 database. Please help me

2003-10-30 Thread Dionisio Ruiz de Zarate
Hello i am trying for using the Tomcat database conecition pool (dbcp) against one SQL SERVER 2000 but i cannot connect always appears this error: DBCP borrowObject failed: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Unable to connect. Invalid URL. org.apache.commons.dbcp.Dbc