previous | start | next

Answers

  1. 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.
  2. You didn't set the class path correctly. The JAR file containing the JDBC driver must be on the class path.


previous | start | next