Easysoft ODBC-JDBC Gateway Getting Started Guide

This guide shows you how to download, install, and license the Easysoft ODBC-JDBC Gateway.

At the end, you'll be able to access your Java database from any Windows application that supports ODBC.

If you're installing to evaluate the ODBC-JDBC Gateway, the guide shows you how to obtain a free trial license with no restrictions for a period of 14 days.

Assumptions

Step 1: Download the ODBC-JDBC Gateway software

  1. Download the ODBC-JDBC Gateway for Windows.
  2. Save the distribution file to a temporary directory on your Windows machine.

Step 2: Install and license the ODBC-JDBC Gateway

  1. On your Windows machine, change into the directory where you saved the ODBC-JDBC Gateway distribution.
  2. Double-click the distribution file to start the installation.
  3. In the Easysoft License Manager, supply your contact details, then choose Request License. Choose Trial and then choose ODBC-JDBC Gateway from the product list. Choose Next and then choose On-line Request if your Windows machine is connected to the Internet. Otherwise, choose View Request and email the contents of the license request screen to .
  4. Choose Finish to exit the License Manager.

Step 3: Test your JVM

  1. In the Easysoft Start menu group, choose Configure Java Interface (64-bit) if your application is 64-bit. Otherwise, choose Configure Java Interface.
  2. Choose the ... button and then browse to you JVM.
  3. Choose the Test and Save if OK button.

Step 4: Configure an ODBC data source

  1. Start the Microsoft ODBC Data Source Administrator.

    There is both a 32-bit and a 64-bit version of ODBC Data Source Administrator. To configure an ODBC data source for use with a 64-bit application, use the 64-bit version of ODBC Data Source Administrator. To run the 64-bit version, in the Windows Run dialog box, enter:

    odbcad32.exe

    To configure an ODBC data source for use with a 32-bit application, use the 32-bit version of ODBC Data Source Administrator. To run the 64-bit version, in the Windows Run dialog box, enter:

    %windir%\syswow64\odbcad32.exe

    If you're not sure whether your application is 32-bit or 64-bit, run the application and open Task Manager (right-click the taskbar, and then click Task Manager). If the application process has *32 after its name, it is a 32-bit application. Otherwise, it is a 64-bit application.

  2. Click the System DSN tab and then click Add.
  3. Choose the ODBC-JDBC Gateway from the list of drivers and then click Finish. The Easysoft ODBC-JDBC Gateway DSN Setup dialog box is displayed.
  4. Complete the required fields and choose Test to validate your configuration.

Step 4: Access your data source

These steps use Microsoft Access as an example application:

  1. Open your Microsoft Access database.
  2. Do one of the following:
    • For Microsoft Access 2003 and earlier, on the File menu, choose Get External Data > Link Tables.

      The Link dialog box is displayed.

    • For Microsoft Access 2007, on the External Data tab, choose More > ODBC Database.

      The Get External Data wizard starts.

    • For Microsoft Access 2010 and later, on the External Data tab, choose ODBC Database.

      The Get External Data wizard starts.

  3. Do one of the following:
    • For Microsoft Access 2003 and earlier, choose ODBC Databases from the Files of type list.
    • For Microsoft Access 2007 and later, choose Link to the data source by creating a linked table, and then choose OK.

    The Select Data Source dialog box is displayed.

  4. Choose your ODBC-JDBC Gateway data source from the Machine Data Source list, and then choose OK.

    The Link Tables dialog box is displayed.

  5. Choose the table that you want to link and then choose OK.
  6. Choose the linked table in Microsoft Access, and then choose RETURN to work with the linked data.

What next?

Further support