in reply to Re^14: install_driver(ODBC) mac mojave 10.14.2
in thread install_driver(ODBC) mac mojave 10.14.2

What do you get with

tsql -C
poj

Replies are listed 'Best First'.
Re^16: install_driver(ODBC) mac mojave 10.14.2
by raventheone (Novice) on Jan 25, 2019 at 06:42 UTC
    DESKTOP-J2QR254:etc raventheone$ tsql -C Compile-time settings (established with the "configure" script) Version: freetds v1.00.109 freetds.conf directory: /usr/local/etc MS db-lib source compatibility: no Sybase binary compatibility: yes Thread safety: yes iconv library: yes TDS version: 7.3 iODBC: no unixodbc: yes SSPI "trusted" logins: no Kerberos: yes OpenSSL: yes GnuTLS: no MARS: no

      Try using version 7.3 in freetds.conf. What version of MSSQL Server ?

      [MYMSSQL] host = servername.xxxx.xxxx.net port = 1433 tds version = 7.3
      poj
        did adjust version to 7.3 but still no look. same error. DESKTOP-J2QR254:etc raventheone$ mysql --version mysql Ver 8.0.13 for osx10.14 on x86_64 (Homebrew)