Answers
- Connect to the database with a program that lets you execute SQL instructions.
Try creating a small database table, adding a record, and selecting all records.
Then drop the table again.
- You didn't set the class path correctly. The JAR file containing the JDBC driver
must be on the class path.