good news. I followed the step for "Mac setup to connect to a MS SQL S +erver" and got below working from the terminal: DESKTOP-J2QR254:etc raventheone$ tsql -S servername.xxxx.xxxx.net -U u +sername -P password -D dbname locale is "C" locale charset is "US-ASCII" using default charset "ISO-8859-1" Setting dbname as default database in login packet 1> 2> SELECT * FROM vBO_InternalWalletsList 3> GO WalletId Name CreditKey i can access the db with this. but still the goal is to do it through +perl script. ---------------------------------------------------------------------- +-------------------------------------------------- but using below in /usr/local/etc/freetds.conf: [MYMSSQL] host = servername.xxxx.xxxx.net port = 1433 tds version = 7.0 does not work: DESKTOP-J2QR254:etc raventheone$ tsql -S MYMSSQL -U username -P passwo +rd -D dbname locale is "C" locale charset is "US-ASCII" using default charset "ISO-8859-1" Msg 40615 (severity 14, state 1) from SQL Azure Line 1: "Cannot open server 'mymssql' requested by the login. Adaptive Server connection failed There was a problem connecting to the server ---------------------------------------------------------------------- +-------------------------------------------------- also if i use odbc i get this: DESKTOP-J2QR254:etc raventheone$ isql -v servername.xxxx.xxxx.net user +name password [IM002][unixODBC][Driver Manager]Data source name not found and no def +ault driver specified [ISQL]ERROR: Could not SQLConnect /Library/ODBC/odbc.ini [MYMSSQL] Description = Test to SQLServer Driver = FreeTDS Trace = Yes TraceFile = /tmp/sql.log Database = dbname Servername = servername.xxxx.xxxx.net UserName = username Password = password Port = 1433 Protocol = 7.3 ReadOnly = No RowVersioning = No ShowSystemTables = No ShowOidColumn = No FakeOidIndex = No /Library/ODBC/odbcinst.ini [FreeTDS] Description=FreeTDS Driver for Linux & MSSQL on Win32 Driver=/usr/local/lib/libtdsodbc.so Setup=/usr/local/lib/libtdsodbc.so UsageCount=1

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

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.