

To save the changes to the file type ESC and then :wq to save and exit the file. Then insert the following text in the file: ĭriver64 = /usr/local/Cellar/freetds/1.1.5/lib/libtdsodbc.so Once you are in the file with the vi editor, type I for insert. To modify the first file, enter: $ vi odbcinst.ini You can modify the odbcinst.ini and odbc.ini files that are installed with the FreeTDS within this directory. To confirm that the nfig file is here, you can type ls in the command line to see the folder’s contents. Then navigate to the folder that stores your nfig file by typing: $ cd /usr/local/etc To setup unixodbc, you will need to find where the libtdsodbc.so file is stored. *Please enter your Net ID in place of and the appropriate path to the FreeTDS. When you are connected through Northwestern VPN, you can test the SQL login with: $ /usr/local/Cellar/freetds/1.1.5/bin/tsql -S -U 'kellogg\' Let’s assume this is your path: $ /usr/local/Cellar/freetds/1.1.5 The path to the folder that contains the FreeTDS files will be displayed during the brew install. Now check to see where the FreeTDS is installed on your computer.

Osx odbc manager install#
If you receive an error message with the first command, try: $ brew install freetds To install FreeTDS, enter: $ brew install freetds -with-unixodbc This can be done by typing the following in the command line: $ brew install unixodbc Once Homebrew is installed, use the package manager to install a unixodbc driver.
Osx odbc manager for mac os#
You can do so through Homebrew (a package manager for Mac OS X).
Osx odbc manager driver#
Set the environment variables LC_CTYPE and LC_NUMERIC or the parameters CONNECTIONLCCTYPE and CONNECTIONLCNUMERIC in the odbc.ini file to a locale that can display the characters.Īpplications using the DataDirect driver manager need UTF-8 locales.To establish an ODBC connection to KDC02, you will need to download and build FreeTDS. Incompatible locale defined in the odbc.ini file. Wrong locale defined in the LC_ALL variable.ĭefine a locale in the LC_ALL variable that can display the characters properly.

To configure the driver, run the config_odbc program to generate the odbc.ini file. For more details, refer to the license file which is located in the folder where the driver was installed. The license allows you to bundle the driver with third-party software, for example when creating plugins for a BI tool. For Linux/macOS: tar -xzf EXASOL_įor configuration information, check the readme.txt file included in the driver package.Įach driver package includes the latest version of the license for the driver.Run the following commands to extract the package in a directory:.Go to the Exasol Downloads page, select your version, and from Download ODBC Driver section, download the ODBC Driver according to your OS (Unix, Linux, or macOS).On some operating systems, it must be installed separately. The Exasol ODBC driver needs at least OpenSSL 1.1 to run. However, it is tested on the following systems: The Exasol ODBC driver for Linux/Unix is designed to run on as many distributions as possible.
