Supported JDBC Drivers
Click below for more details about the supported JDBC drivers for a database.
Do also check the list of the supported databases.
CacheIntersystems Cache JDBCThe Cache JDBC Driver is a pure Java driver.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download |
DaffodilDBDaffodilDBDriver - EmbeddedIn the Embedded Edition of Daffodil DB (when invoked from an application running on the same JVM as Daffodil DB), the JDBC driver supports connections to a Daffodil DB database in the local mode. Network transport is not required to access the database. In Networked (Client/Server) mode, the client application dispatches JDBC requests to the Daffodil DB server over a network. Applications running in embedded mode use a different driver from that used by applications running in the client/server mode.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes DaffodilDBDriver - ServerThe Daffodil DB JDBC driver is a native protocol for all Java drivers (Type #4 among the categories defined by Sun Microsystems). Type 4 drivers are direct-to-database, pure Java drivers ("thin" driver). Type 4 drivers takes JDBC calls and translates them into the network protocol (proprietary protocol) used directly by any Database Management System (DBMS). Thus, client machines or application servers can make direct calls to the DBMS server. Type 4 drivers provide faster performance and direct access to DBMS features.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes |
DB2 LUWIBM DB2 JDBC Universal DriverThe IBM Data Server Driver for JDBC and SQLJ (formerly known as IBM Driver for JDBC and SQLJ) is a single application driver to support the most demanding Java applications. This agile driver can be used as in type 4 mode.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes |
FrontBaseFrontBase JDBC DriverFrontBase JDBC driver
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes |
HSQLDBHSQLDB Database Engine Driver - EmbeddedHSQLDB JDBC Driver
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes HSQLDB Database Engine Driver - ServerHSQLDB JDBC Driver
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes |
InformixInformix JDBC DriverA Java database connectivity (JDBC) driver -- the JavaSoft specification of a standard API that allows Java programs to access database management systems.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes |
JavaDB/DerbyApache DerbyJavaDB/Derby is a full-featured, open source relational database management system (RDBMS) that is based on Java™ and SQL.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download |
Microsoft SQL ServerSQL Server 2000 Driver for JDBCThe Microsoft SQL Server 2000 Driver for JDBC is a Type 4 JDBC driver that provides highly scalable and reliable connectivity for the enterprise Java environment. This driver provides JDBC access to SQL Server 2000 through any Java-enabled applet, application, or application server.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download Microsoft SQL Server 2005 JDBC DriverThe SQL Server 2005 JDBC Driver is available to all SQL Server users at no additional charge, and provides access to SQL Server 2000 and SQL Server 2005 from any Java application, application server, or Java-enabled applet. This driver is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs).
Required File(s)
Default Driver Class
JDBC URL Format
More information and download jTDS JDBC DriverjTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12, 15).
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes |
MimerMimer JDBC DriverMimer JDBC Drivers provide access to Mimer SQL databases from Java applications and applets. This zip file contains documentation and jar file for the Mimer JDBC Driver, which supports the JDBC 3 specification. The provided guide describes how the mimjdbc3.jar driver should be used, some programming examples and a change history.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download |
MySQLMySQL Connector/J JDBC DriverMySQL Connector/J is the official JDBC driver for MySQL.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download |
OracleOracle Thin JDBC DriverThe JDBC Thin driver is a pure Java, Type IV driver that can be used in applications and applets. It is platform-independent and does not require any additional Oracle software on the client-side. The JDBC Thin driver communicates with the server using SQL*Net to access Oracle Database. The JDBC Thin driver allows a direct connection to the database by providing an implementation of SQL*Net on top of Java sockets. The driver supports the TCP/IP protocol and requires a TNS listener on the TCP/IP sockets on the database server.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes To enable support for Oracles XMLTYPE in DbVisualizer Personal you need to load the xdb.jar and xmlparserv2.jar in the DbVisualizer Driver Manager. These files are available in the Oracle XML Developers Kit. Visit the Oracle web site for download. Oracle OCI JDBC DriverThe JDBC OCI driver is a Type II driver used with Java applications. It requires an Oracle client installation and, therefore, is Oracle platform-specific. It supports all installed Oracle Net adapters, including interprocess communication (IPC), named pipes, TCP/IP, and Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX). The JDBC OCI driver uses the OCI libraries, C-entry points, Oracle Net, core libraries, and other necessary files on the client computer where it is installed. Generally we recommend the Oracle Thin driver over the OCI driver since it works on any platform that supports Java. OCI requires client libraries and these are not available on all platforms.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes To enable support for Oracles XMLTYPE in DbVisualizer Personal you need to load the xdb.jar and xmlparserv2.jar in the DbVisualizer Driver Manager. These files are available in the Oracle XML Developers Kit. Visit the Oracle web site for download. |
PervasivePervasive JDBC DriverThe Pervasive PSQL v10 JDBC driver is a Type 4, 100% Pure Java certified client driver. The driver supports the JDBCTM 2.0 standard. The driver works on all platforms that support the JVM.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download |
PointBasePointBase JDBC Driver - EmbeddedPointBase JDBC Driver - Embedded
Required File(s)
Default Driver Class
JDBC URL Format
More information and download PointBase JDBC Driver - ServerPointBase JDBC Driver - Server
Required File(s)
Default Driver Class
JDBC URL Format
More information and download PointBase JDBC Driver - MicroPointBase JDBC Driver - Micro
Required File(s)
Default Driver Class
JDBC URL Format
More information and download |
PostgreSQLJDBC PostgreSQL DriverPostgreSQL™ provides a type 4 JDBC driver. Type 4 indicates that the driver is written in Pure Java, and communicates in the database system's own network protocol. Because of this, the driver is platform independent; once compiled, the driver can be used on any system.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download |
Sybase SQL AnywherejConnect for JDBCjConnect provides high performance native access to the complete family of Sybase products including Adaptive Server Enterprise, Adaptive Server Anywhere, Adaptive Server IQ, and Replication Server.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes |
Sybase ASEjTDS JDBC DriverjTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12, 15).
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes jConnect for JDBCjConnect provides high performance native access to the complete family of Sybase products including Adaptive Server Enterprise, Adaptive Server Anywhere, Adaptive Server IQ, and Replication Server.
Required File(s)
Default Driver Class
JDBC URL Format
More information and download
Notes |


This driver is co-packaged with DbVisualizer.