Connecting ... The Driver Name field

Related Topics: Connecting  |  The Driver File field |  The User Name field |  Contents

The Driver Name field specifies the name of the JDBC driver, for example:

    oracle.jdbc.driver.OracleDriver
    com.mysql.jdbc.Driver
    org.postgresql.Driver
    org.gjt.mm.mysql.Driver 

The correct name for the JDBC driver can found in the documentation for the database server.