Hi,
I was trying to connect SQL Server 2005 through
JDBC. Here is my Hibernate Configuration File :
I added the latest SQL JDBC 4.0 jar to my Eclipse Project Build classpath, but it is throwing an exception while running application :
I tried the connection
string with username and password also but that also didn't worked for me.
The same URL is working fine for me on a Console
Java Application, but since i am trying this on this web, so i think it is not able to find the SQLJDBC4.0.jar on the Server path.
Where i can add the Jar apart from Project Classpath so it will search the Appropriate Driver from the Jar?
I added SQLJDBC4.0 jar under Project > Properties > Libraries.
Kindly suggest?
Any comments and help is greatly appreciated.