I need to connect to a Microsoft SQL server using Java.
I downloaded the driver, an no matter what I did elipse and netbeans could not find the driver.
When I got frustrated I downloaded also MySql driver, and again I get the same exception.
I added the drivers path in the environmental variables and also included the jar files in my project library.
Here is a picture of my project:
http://i56.tinypic.com/1ekple.jpg
What am I doing Wrong?
Thank you very much, Idan.
com.mysql.jdbc.Driverfor anmsql:connection will definitely not work. What's the error message with the MS SQL JDBC driver?