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 Versions | Download Driver |
---|---|
Oracle 12c | ojdbc7.jar |
Oracle 18c | ojdbc8.jar |
Oracle 19c | ojdbc8.jar |
SQLServer
SQL Server Database Versions | Download Driver |
---|---|
SQL Server 2016 | Driver 9.2 |
SQL Server 2017 | Driver 9.2 |
SQL Server 2019 | Driver 9.2 |
Azure SQL | Driver 9.2 |
DB2
DB2 Database Versions | Download Driver |
---|---|
v10.5 | db2jcc4.jar |
v11.1 | db2jcc4.jar |
v11.5 | db2jcc4.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.