PKLite SQL Client

Database Connection/Driver Help

Database Driver Name URL Fomat Driver Download
MySQL com.mysql.jdbc.Driver jdbc:mysql://[host][,failoverhost...][:port]/[database] MySQL Connector/J
IBM DB2 com.ibm.db2.jdbc.app.DB2Driver jdbc:db2://[host]:[port]/[database] IBM
Oracle oracle.jdbc.driver.OracleDriver jdbc:oracle:thin:@[host]:[1521]:[database] or jdbc:oracle:oci8:@[TNSNAMES entry] Oracle
PostgreSQL org.postgresql.Driver jdbc:postgresql://host:port/database PostgreSQL
HSQLDB org.hsqldb.jdbcDriver jdbc:hsqldb:[db_file_name_prefix] HSQLDB
Cloudscape / Apache Derby org.apache.derby.jdbc.EmbeddedDriver or com.ibm.db2.jcc.DB2Driver jdbc:derby:[database] IBM
*Firebird Oracle-Mode (Fyracle) org.firebirdsql.jdbc.FBDriver jdbc:firebirdsql:oracle:[host]:[db path] JayBird
Microsoft SQL Server net.sourceforge.jtds.jdbc.Driver jdbc:jtds:<server_type>://<server>[:<port>][/<database>] jTDS

* In order to have full Firebird support you must use the Oracle dialect and run this script.