previous | start | next

Testing the JDBC Driver

  1. Edit the file database.properties and supply
  2. Compile the program as
    javac TestDB.java
  3. Run the program as
    java -classpath driver_class_path;. TestDB database.properties
    java -classpath driver_class_path:. TestDB database.properties

previous | start | next