Oracle
![]() | ![]() | |
Files: | ojdbc14.jar | |
Driver Class: | oracle.jdbc.OracleDriver | |
URL: | jdbc:oracle:thin:@<host>:<port1521>:<sid> jdbc:oracle:oci:@<host>:<port1521>:<sid> | |
Important Notes:
» Oracle JDBC FAQ |
DB2 UDB
![]() | ![]() | |
Files: | db2jcc.jar db2jcc_license_cu.jar | |
Driver Class: | com.ibm.db2.jcc.DB2Driver | |
URL: | jdbc:db2://<host>:<port50000>/<database> | |
How to locate the driver at the IBM web site:
Once you have saved the zip file then unzip it and load the db2jcc.jar and db2jcc_license_cu.jar files listed above in the driver manager Useful Info: The driver property retrieveMessagesFromServerOnGetMessage can be very useful to set. Its purpose is to tell the JDBC driver to present informative messages in the SQL Commander instead of anonymous codes. Add it to the driver properties list for the actual database connection. Set the value to true. |
SQL Server
![]() 8.00.2039 ![]() 09.00.1399 | ![]() | |
Files: | mssqlserver.jar msbase.jar msutil.jar | |
Driver Class: | com.microsoft.jdbc.sqlserver.SQLServerDriver | |
URL: | jdbc:microsoft:sqlserver://<host>:<port1433>;DatabaseName=<database> | |
Installation Notes: See installation notes in driver download page | ||
![]() | ||
Files: | sqljdbc.jar | |
Driver Class: | com.microsoft.sqlserver.jdbc.SQLServerDriver | |
URL: | jdbc:sqlserver://<host>[:<port1433>];databaseName=<database> | |
Installation Notes: See installation notes in driver download page | ||
![]() | ||
Files: | jtds-1.2.jar | |
Driver Class: | net.sourceforge.jtds.jdbc.Driver | |
URL: | jdbc:jtds:<server_type>://<host>[:<port>][/<database>] | |
Installation Notes: Download the jtds-1.2-dist.zip file, unpack it and load the jtds-1.2.jar in the driver manager or in the connection wizard. |
Sybase ASE
![]() ![]() 15 | ![]() | |
Files: | jconn3.jar | |
Driver Class: | com.sybase.jdbc3.jdbc.SybDriver | |
URL: | jdbc:sybase:Tds:<host>:<port2048>/<database> | |
Installation Notes: Download and unzip the jConnect-6_05.zip file, load the classes/jconn3.jar file in the driver manager | ||
![]() | ||
Files: | jtds-1.2.jar | |
Driver Class: | net.sourceforge.jtds.jdbc.Driver | |
URL: | jdbc:jtds:<server_type>://<host>[:<port>][/<database>] | |
Installation Notes: Download the jtds-1.2-dist.zip file, unpack it and load the jtds-1.2.jar in the driver manager or in the connection wizard. |
Informix
![]() | ![]() | |
Files: | ifxjdbc.jar | |
Driver Class: | com.informix.jdbc.IfxDriver | |
URL: | jdbc:informix-sqli://<host>:<port>/<database>:informixserver=<dbservername> | |
Installation Notes: Follow the instructions provided with the downloaded file |
MySQL
![]() ![]() | ![]() | |
Files: | mysql-connector-java-3.1.12-bin.jar | |
Driver Class: | com.mysql.jdbc.Driver | |
URL: | jdbc:mysql://<host>:<port3306>/<database> | |
Installation Notes: The saved archive file must be unpacked in order to located the jar file that should be loaded. |
PostgreSQL
![]() | ![]() | |
Files: | pg74.216.jdbc3.jar | |
Driver Class: | org.postgresql.Driver | |
URL: | jdbc:postgresql://<host>:<port5432>/<database> | |
Installation Notes: Just load the saved file in the driver manager |
MaxDB
![]() | ![]() | |
Files: | sapdbc.jar | |
Driver Class: | com.sap.dbtech.jdbc.DriverSapDB | |
URL: | jdbc:sapdb://<host>:<port>/<database> | |
Download Notes: Download the jar file and load it in the driver manager. |
FrontBase
![]() | ![]() | |
Files: | frontbasejdbc.jar | |
Driver Class: | com.frontbase.jdbc.FBJDriver | |
URL: | jdbc:FrontBase://<host>:<port>/<database> | |
Links: » Driver README |
Sybase ASA
![]() | ![]() | |
Files: | jconn3.jar | |
Driver Class: | com.sybase.jdbc3.jdbc.SybDriver | |
URL: | jdbc:sybase:Tds:<host>:<port2638>/<database> | |
Installation Notes: Download and unzip the jconnect60.zip file, load the classes/jconn3.jar file in the driver manager |
HSQL
![]() Embedded | ![]() | |
Files: | hsqldb.jar | |
Driver Class: | org.hsqldb.jdbcDriver | |
URL: | jdbc:hsqldb:<database> | |
Note: The JDBC driver file is part of the database software | ||
![]() Server | ![]() | |
Files: | hsqldb.jar | |
Driver Class: | org.hsqldb.jdbcDriver | |
URL: | jdbc:hsqldb:hsql://<host>:<port> | |
Note: The JDBC driver file is part of the database software |
Pointbase
![]() Embedded | ![]() | |
Files: | pbembedded.jar | |
Driver Class: | com.pointbase.jdbc.jdbcUniversalDriver | |
URL: | ||
![]() Server | ![]() | |
Files: | pbclient.jar | |
Driver Class: | com.pointbase.jdbc.jdbcUniversalDriver | |
URL: | jdbc:pointbase:server://<host>:<port>/<database> | |
![]() Micro | ![]() | |
Files: | pbmicro.jar | |
Driver Class: | com.pointbase.me.jdbc.jdbcDriver | |
URL: |
Mimer
![]() Server | ![]() | |
Files: | mimjdbc3.jar | |
Driver Class: | com.mimer.jdbc.Driver | |
URL: | jdbc:mimer://<host>:<port>/<database> |
Pervasive
![]() Server | ![]() | |
Files: | pvjdbc2.jar | |
Driver Class: | com.pervasive.jdbc.v2.Driver | |
URL: | jdbc:pervasive://<host>:<port>/<database> |
DaffodilDB
![]() Embedded | ![]() | |
Files: | DaffodilDB_Embedded.jar DaffodilDB_Common.jar | |
Driver Class: | in.co.daffodil.db.jdbc.DaffodilDBDriver | |
URL: | jdbc:daffodilDB_embedded:<database> | |
Note: The JDBC driver file is part of the database software | ||
![]() Server | ![]() | |
Files: | DaffodilDB_client.jar | |
Driver Class: | in.co.daffodil.db.rmi.RmiDaffodilDBDriver | |
URL: | jdbc:daffodilDB://<host>:<port3456>/<database> | |
Note: The JDBC driver file is part of the database software |
JDataStore
![]() Embedded | ![]() | |
Files: | jdsserver.jar | |
Driver Class: | com.borland.datastore.jdbc.DataStoreDriver | |
URL: | jdbc:borland:dslocal:<file> | |
![]() Server | ![]() | |
Files: | jdsremote.jar | |
Driver Class: | com.borland.datastore.jdbc.DataStoreDriver | |
URL: | jdbc:borland:dslocal:<file> |
Cache
![]() Server | ![]() | |
Files: | CacheDB.jar | |
Driver Class: | com.intersys.jdbc.CacheDriver | |
URL: | jdbc:Cache://<host>:<port>/<namespace> |