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.