Hi,
I have the following code to connect to SQLSERVEer2008,
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
connectionURl ----
jdbc:sqlserver://172.16.40.65:1433;DatabaseName=DBName,uname,pwd;
I am' using MYEclipse6.6 and have included sqljdbc4.jar in libraries.
But i 'am still getting No suitable driver error when i run application.
Can anyone help.