cancel
Showing results for 
Search instead for 
Did you mean: 

Linux ODBC - I can't find the download for the Linux odbc driver

stengel
Member
0 Kudos

SAP SQL Anywhere Tips – ODBC Setting on Linux

Following files from you description we can't download from SAP

[SQL Anywhere 17]
Driver=/opt/sqlanywhere17/lib64/libdbodbc17_r.so

Where can I download the complete ODBC-Client or that file?

Accepted Solutions (0)

Answers (2)

Answers (2)

brunopbaffonso
Active Participant
0 Kudos

To install the MSSQL ODBC Driver on Linux, access the server as root run the commands below:

sudo su

To download the repository in OS SUSE SLES 12

zypper ar https://packages.microsoft.com/config/sles/12/prod.repo 

Installation of MSSQL ODBC17 packages

ACCEPT_EULA=Y zypper install msodbcsql17

To run in bcp and sqlcmd

ACCEPT_EULA=Y zypper install mssql-tools
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
source ~/.bashrc

For UnixODBC developer level

zypper install unixODBC-devel

Note: UnixODBC will be installed during this process by itself control of MSSQL ODBC driver.


References:

http://www.unixodbc.org/

https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoftodbc-driver-for-...

chris_keating
Advisor
Advisor
0 Kudos

If you have SQL Anywhere Linux install, you can install the client via that install. Alternatively, client-only installs can be downloaded from this location https://wiki.scn.sap.com/wiki/display/SQLANY/SAP+SQL+Anywhere+Database+Client+Download.