Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

dbeaver/jdbc-odbc-bridge-jre7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

JDBC ODBC bridge driver from JRE7

JDBC-ODBC bridge driver was removed from JRE/JDK after version 7.

There is no other open-source JDBC-ODBC bridge driver in 2021. So we keep using this outdated JRE7 driver.
It has the same License as JRE7 from Oracle.

Using the driver in DBeaver

It was removed in DBeaver Community Edition 23.1.

You can start using DBeaver PRO products (they include brand new ODBC driver).

Or, to use legacy driver in Community:

  1. Download jdbc-odbc-bridge-jre7.jar and x64/JdbcOdbc.dll
  2. Create a new driver in DBeaver
  3. Add newly downloaded files to it

For more information, see how to add a driver in DBeaver