Hi, I've installed sql server 2000 in my local machine and I'm trying to connect thro' sql server 2005 jdbc from my application.
I've installed quantum db plugin for myeclipse which is a database tool and i was able to connect to the sql server 2000 and could pull my tables.
I use the same configuration (driver name, connection url,etc) and i've also included the driver in the classpath. I use hibernate 3.0 to connect to the DB.
it throws an SQLexception : Exception caught...No suitable driver.
i found in the web that it cud be the URL error. I tried modifying my URL as many times as I cud and didn't get any luck.
Well, it could be the URL, but since you already have it working in Eclipse, it probably isn't (assuming you are using the same one). It's more likely that the driver is not in your classpath - check it carefully for typos.
Which driver are you using? SQL server 2005 jdbc driver uses a different driver name and connecting url. Some details: SQL server 2005 JDBC driver name change
BJ - SCJP and SCWCD
We love Java programming. It is contagious, very cool, and lot of fun. - Peter Coad, Java Design