SQL Workbench/J is a free SQL query, import, export, and diff tool for various databases.
SQL Workbench/J supports JDBC, enabling it to connect to databases for which a JDBC driver is available. The Easysoft JDBC-ODBC Bridge extends the number of databases that are available to SQL Workbench/J by bridging between JDBC and ODBC. You can then also work with data from back ends for which an ODBC driver is available. For example, you can connect SQL Workbench/J to Microsoft Access by using the Easysoft JDBC-ODBC Bridge and the ODBC driver for Microsoft Access.
These steps show how to work with ODBC data in SQL Workbench/J on Windows:
To do this, use the 32-bit version of ODBC Data Source Administrator on your SQL Workbench/J machine. On some versions of Windows, this is located in Control Panel > Administrative Tools. On some version of Windows, you need to search for "ODBC" in the taskbar search box. The 32-bit version of ODBC Data Source Administrator should be clearly labelled. If in doubt, in the Windows Run dialog box, enter:
%windir%\syswow64\odbcad32.exe
For installation instructions, refer to the Easysoft JDBC-ODBC Bridge documentation.
The Manage Drivers dialog box is displayed.
Setting | Value |
---|---|
Name | JOB |
Class | easysoft.sql.jobDriver |
Library |
Browse to and select the Easysoft JDBC-ODBC Bridge JAR file, EJOB.jar .
easysoft_install\Jars On 64-bit Windows, the default location for If necessary, copy |
Sample URL | jdbc:easysoft://my_job_machine/my_odbc_data_source:logonuser=my_windows_user:logonpassword=my_windows_password |
The Select Connection Profile dialog box is displayed.
SELECT * FROM Suppliers