WHAT I USED:
1. XAMPP 2.5 (PHP 5.3.8)
2. Microsoft Access 2007
STEPS:
1. Prepare the database on Microsoft Access. Here, I used 2002-2003 format (.mdb).
(picture 1: a first Microsoft...
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...