Eclipse Data Tools Platform is a an open-source project developed by the Eclipse community that provides tools for creating, managing, and using data across multiple platforms and data sources.
Eclipse Data Tools Platform 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 Eclipse Data Tools Platform 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 Eclipse Data Tools Platform 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 Eclipse Data Tools Platform on Windows:
To do this, use the 32-bit version of ODBC Data Source Administrator on your Eclipse Data Tools Platform 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.
lib
folder under the new project's directory structure in your Eclipse workspace.EJOB.jar
to the lib
folder.
EJOB.jar
is installed in the following location on the machine where you install the Easysoft JDBC-ODBC Bridge:
easysoft_install\Jars
On 64-bit Windows, the default location for easysoft_install
is drive:\Program Files (x86)\Easysoft Limited\Easysoft JDBC-ODBC Bridge
.
The Open Perspective dialog box is displayed.
The New Connection Profile dialog box is displayed.
Setting | Value |
---|---|
Database | Dummy |
URL | jdbc:easysoft://localhost/MyODBCDataSource:LogonUser=MyWindowsUser:LogonPassword=MyWindowsPassword |
User name | Dummy |
Password | Dummy |
The New Driver Definition dialog box is displayed.
lib
folder and then choose EJOB.jar
easysoft.sql.jobDriver
. Choose OK and the FinishSELECT * FROM Suppliers
Execute the query by pressing ALT+X.