JDBC-ODBC Bridge Driver Alternatives
Java has included a JDBC/ODBC Bridge driver as a transitional solution for accessing ODBC data sources, but it has always been considered a very limited driver and the recommendation has always been to use a pure JDBC driver instead. Starting with Java 8, the bridge driver is no longer provided.
For most databases, you can find JDBC drivers from the database vendor or a third party. Try searching the net for the name of your database plus "JDBC driver".
If you cannot find a JDBC driver for a database that can be accessed via ODBC, you find a few alternatives below. Note that we have have no relationship with any of the organizations behind these drivers and have not thoroughly tested any of the drivers with DbVisualizer. In other words, please make sure that the driver works for you before committing to one.
For any technical assistance setting up or using these drivers, please contact respective author.
Easysoft JDBC-ODBC Bridge Driver
This is a commercial JDBC-ODBC Bridge Driver, available here:
https://www.easysoft.com/products/data_access/jdbc_odbc_bridge/
The "Working with ODBC data in DbVisualizer" page at the Easysoft web site explains how to use it with DbVisualizer.
CData JDBC-ODBC Bridge
This is a commercial JDBC-ODBC Bridge Driver, available here:
https://www.cdata.com/drivers/bridge/jdbc/
The "Using JDBC / DbVisualizer" page at the CData web site explains how to use it with DbVisualizer.