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?
你可以使用erlang odbcserver + unixodbc + freetds
erlang ODBC works as good as the odbc driver on your platform does. This means that it is much better on windows than on any other platform, but still functional on the others.
链接地址: http://www.djcxy.com/p/55408.html上一篇: 在二叉搜索树中查找重复条目的策略
下一篇: Erlang和MS SQL Server