

To do this, use the 32-bit version of ODBC Data Source Administrator on your DBeaver machine.
Dbeaver run multiple queries how to#
The rest of this blog documents how to use the Easysoft JDBC-ODBC Bridge to access data from an ODBC database in DBeaver. On Windows, the sever part is a Windows service that acts as an ODBC application. The client part of the Easysoft JDBC-ODBC Bridge is a JDBC driver.

For example, it was never intended for production use and we have found that with some applications, NULLs are returned when Unicode column values are queried.Īs an alternative solution, the Easysoft JDBC-ODBC Bridge is a client server product that enables a Java application such as DBeaver to access an ODBC database such as Microsoft Access.
Dbeaver run multiple queries driver#
However even if you can get that combination to work (we couldn't - the connection failed either with a Java error or an ODBC Driver Manager error), there are some issues associated with the Java JDBC-ODBC Bridge. For example, DBeaver can use the JDBC-ODBC Bridge that used to be included in the Java distribution. To access a database by using an ODBC driver, DBeaver uses a JDBC-ODBC Bridge driver to convert between ODBC and JDBC calls. A JDBC driver implements the JDBC API for a particular database.

JDBC is a Java application programming interface (API) that connects Java to relational databases (and other tabular data, such as spreadsheets and flat files). To interact with a database, a Java application uses a JDBC driver.
