Hello,
I am struggling to find the reason for ClassNotFoundException at the line
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
The class path already has sqljdbc.jar (from the <DC name>/lib folder) which includes the class "com.microsoft.sqlserver.jdbc.SQLServerDriver"
Can any body tell me how to fix this.
Thanks
Srinivas