
Here are the problems that I got when I tried to connect JSP (JavaServer Pages) with SQL Server 2008 R2 Express through JDBC (Java Database Connectivity):
a. java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriverb. java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver
Java...