|
I load the driver like this:
Class.forName ("com.microsoft.jdbc.sqlserver.SQLServerDriver"). NewInstance ();
But when running, the error says: "java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver".
May I ask what is the reason? How to solve? |
|