Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Erlang and MS SQL Server

I have Erlang R14B04 (under centos) which should communicate with MS SQL Server 2008 (under windows). Can someone share experience in this unknown for me territory? As far as i know there no drivers like jdbc but for erlang? What driver should i use? I saw some posts that someone use odbc for this and got negative feedback. Can some one confirm it?

like image 741
danechkin Avatar asked Oct 10 '11 06:10

danechkin


1 Answers

You can use erlang odbcserver + unixodbc + freetds

like image 188
din Avatar answered Oct 02 '22 07:10

din