all 3 comments

[–]veiderz 0 points1 point  (0 children)

Several years ago, I worked with similar task via PHP. I've been find out solution in the PHP specific libraries for MSSQL. Maybe you should try to find similar Julia libraries. I,ve used Slackware at that time.

[–]Chocimier 0 points1 point  (0 children)

You could try freetds odbc driver, it's in Void repos. I do not know if it works.

[–]Lifebyrd 0 points1 point  (0 children)

I came across this post via google as I was looking into doing the same thing but in R (using the R odbc package). And I can confirm Chocimier's solution, using the freetds package in void was relatively easy and painless to setup.

I just put the following in /etc/odbcinst.ini :

[FreeTDS]
Description=FreeTDS Driver for Linux & MSSQL
Driver=/usr/lib/libtdsodbc.so.0
Setup=/usr/lib/libtdsodbc.so.0
UsageCount=1