The Open Database Connectivity (ODBC) driver enables any application supporting an ODBC driver to connect to Starburst clusters. The client application can then issue SQL queries to a cluster and receive results. The ODBC driver supports Starburst Galaxy and Starburst Enterprise platform (SEP).
For more detailed information, refer to the complete ODBC driver documentation:
To install the ODBC driver, download the latest driver for your operating system version. Typically you have to install the driver and add it to your client application. Refer to your client’s documentation for more details.
Some clients may require an older version of the ODBC driver than the downloads available on this page. See Driver version requirements for more information.
The latest version of the Starburst ODBC driver (v2.1.10.1014) is available for the following operating system versions and driver managers. Older versions of the driver may be subject to different platform requirements.
See the release notes for changes and fixes in the latest driver version.
Download the latest Starburst ODBC driver using archive files:
The Starburst ODBC driver supports the following operating system versions:
Download the latest Starburst ODBC driver for Windows:
The ODBC driver can be managed on Windows with Windows ODBC Administrator.
The Starburst ODBC driver supports the following operating system versions:
Download the latest Starburst ODBC driver for macOS:
The ODBC driver can be managed on macOS with the following driver managers:
The Starburst ODBC driver supports the following operating system versions:
Download the latest Starburst ODBC driver for Linux:
The ODBC driver can be managed on Linux with the following driver managers:
Unless advised by Starburst Support, download the latest stable version (v2.1.10.1014) of the Starburst ODBC driver. If you require a specific driver version, see the ODBC driver archive for download links and documentation.
Note that version 1.2.16 and earlier of the ODBC driver require a license file,
which you can request from Starburst Support. Install this license
file in the lib
directory of the ODBC driver installation.
With the ODBC driver installed, you can now configure a connection to a cluster. Typically you only need the connection information. Other details such as the ODBC connection are automatically configured in many applications, or can be seen and updated in a user interface dialog.
You can now open a connection and start running queries.
For example, if your application allows you to write and run queries you can run the following command to see what catalogs are available:
SHOW CATALOGS;
Many client applications provide a user interface to see the list of catalogs, schema, tables, and much more.
Now that you can connect to Starburst Galaxy and SEP with a client application, learn more about Starburst’s SQL support.
Is the information on this page helpful?
Yes
No