This document describes how to install an ODBC-JDBC bridge on a Windows machine. The bridge serves as a data link between the Axibase Time Series Database and Windows applications that do not support JDBC driver technology.
The bridge intercepts SQL queries from the client applications via the Microsoft ODBC protocol and transmits the queries into ATSD using the ATSD JDBC driver.
Install and activate the bridge:
Run the installer under an Administrator account
Skip the welcome page
Accept the license agreement
Choose an installation path
Confirm the installation
Check the License Manager box and finish
A license manager window will appear after exiting from the installation wizard. If the window fails to appear go to Start and search for License Manager. Fill out the form fields as entered in the registered account and click Request License
Choose Trial, click Next
Choose ODBC JDBC Gateway, click Next
Click Online request
If the activation succeeds, a pop-up window will appear
Also a window with the new license will be displayed in the License Manager
Go to Start, type ODBC
and launch ODBC Data Source Manager under an Administrator account.
Open System DSN tab, click Add….
Choose the ODBC-JDBC Gateway, click Finish.
Enter the following settings in the DSN Setup window:
DSN : ATSD
User name : <atsd username>
Password : <atsd password>
Driver class: com.axibase.tsd.driver.jdbc.AtsdDriver
Class Path : <path to ATSD driver, e.g. C:\drivers\atsd-jdbc-1.3.2-DEPS.jar>
URL : jdbc:atsd://atsd_hostname:8443
Refer to ATSD JDBC documentation for additional details about the URL format and the driver properties.
Check (enable) ‘Strip Quote’ option to remove the quotes from table and column names.
Check (enable) ‘Strip Escape’ option to remove ODBC escape sequences.
Click Test to verify the settings. If result is correct, save the settings.
In case of ‘Unable to create JVM’ error, run a Repair task in Windows Program for the bridge program. The error may occur if the bridge was installed prior to Java installation.
The System DSN tab should now display the new data source.