Testing the JDBC Driver: Possible Problems
- Missing driver
- Check the class path and the driver name
- Driver cannot connect to the database
- The database may not be started
- Database may not be reachable
- Failed login
- Check the database name, user name, and password
- A missing Test table
- Make sure you create and populate the table as described in the database test