Skip to main content
Version: v11.6.0

Recommended JDBC Driver Versions for Databases


This document provides you with the recommended Java Database Connectivity (JDBC) driver versions for the respective database versions supported for Studio integration.

Download JDBC Drivers

info
  • The following download URLs will redirect you to an external page, i.e., the JDBC driver download page for the respective database.
  • Please ensure that you import any Java 8 compatible jar file.

Oracle

Oracle Database VersionsDownload Driver
Oracle 12cojdbc7.jar
Oracle 18cojdbc8.jar
Oracle 19cojdbc8.jar

SQLServer

SQL Server Database VersionsDownload Driver
SQL Server 2016Driver 9.2
SQL Server 2017Driver 9.2
SQL Server 2019Driver 9.2
Azure SQLDriver 9.2

DB2

DB2 Database VersionsDownload Driver
v10.5db2jcc4.jar
v11.1db2jcc4.jar
v11.5db2jcc4.jar
note
  • All the above download URLs will redirect you to an external page to download the respective driver zip.
  • Once you download them, extract the downloaded file.

For example, select and upload mssql-jdbc-9.2.1.jre8.jar Typically, located in: <your extracted folder>/sqljdbc_9.2/enu/

Please see the document to learn about the supported database versions to integrate them into your application.