previous | start | next

Testing the JDBC Driver

  1. Find the class path for the driver, e.g.
    c:\mckoi\mkjdbc.jar
  2. Find the name of the driver class that you need to load, e.g.
    com.mckoi.JDBCDriver
  3. Find the name of the database URL that your driver expects
    jdbc:subprotocol:driver-specific data
    jdbc:mckoi://localhost/

previous | start | next