Easysoft ODBC-ODBC Bridge Getting Started Guide
This guide leads you through the installation of the Easysoft ODBC-ODBC Bridge.
At the end, you'll be able to access your Windows ODBC data sources from Linux using a sample application included in the ODBC-ODBC Bridge distribution.
If you're installing to evaluate the ODBC-ODBC Bridge, the guide shows you how you to obtain a free trial license.
Assumptions
- You're installing the ODBC-ODBC Bridge on a Windows system on which one or more ODBC system data sources have been configured. You need administrative privileges on the system.
- You have the necessary user name and password to access your target database (if applicable to the database).
- The ODBC-ODBC Bridge client is to be installed on a Linux system on which you have root access.
Step 2: Download the ODBC-ODBC Bridge
- Download the ODBC-ODBC Bridge distribution for Windows.
- Download the ODBC-ODBC Bridge distribution for Linux.
Step 3: Install the ODBC-ODBC Bridge server on Windows
- Double-click the Windows ODBC-ODBC Bridge distribution to start the installation.
- Choose Typical as the installation type.
- In the Username box, enter your Windows user name.
- In the Easysoft License Manager, supply your contact details, then choose Request License. Choose Trial and then choose ODBC-ODBC Bridge 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 .
Step 4: Install the ODBC-ODBC Bridge client on Linux
- Use FTP or a similar product to transfer the Linux distribution in binary mode from your Windows machine to the
/tmp
directory of your client system. - Log in to the Linux system as root and change to the
/tmp
directory. - Untar the resulting file:
tar -xvf odbc-odbc-bridge-version-linux-x86-64-ul64.tar
- This will create a directory called
odbc-odbc-bridge-version-linux-x86-64-ul64
.Change into that directory.
- Enter
./install
to begin the install. - Add this data source to
/etc/odbc.ini
:[mydemo] Driver = OOB SERVERPORT = SERVERNAME:8888 TARGETDSN = TARGETDSN LOGONUSER = LOGONUSER LOGONAUTH = LOGONAUTH TARGETUSER = TARGETUSER TARGETAUTH = TARGETAUTH
where:
SERVERNAME
is the host name or IP address of the Windows machine.TARGETDSN
is the ODBC system data source on the Windows machine.LOGONUSER
andLOGONAUTH
are your Windows user name and password forSERVERNAME
TARGETUSER
andTARGETAUTH
are the user name and password for the target database, if required by the database.
Step 5: Access your data sources
- Change directory to
/usr/local/easysoft/unixodbc/bin
. - Use isql to access your Windows ODBC data sources from Linux, enter:
./isql -v mydemo
- At the prompt, you'll be able to enter SQL statements to query your database (for example,
select * from mytable
) or you can enterhelp
to display a list of tables in your database.
What next?
- You're now ready to use the ODBC-ODBC Bridge with your own applications and development tools.
Further support
- The ODBC-ODBC Bridge product manual (HTML or PDF).
- The ODBC-ODBC Bridge Knowledge Base.
- You can email questions to .