Access SQL Server from Solaris

孤人 提交于 2019-12-12 01:18:21

问题


I found out about the freeTDS which can be used here, but there are doubts about its stability in the production environment. Is there any other way to interactive with MSSQL Server from Solaris besides using ODBC driver?


回答1:


Don't know of any other way.

We're using unixODBC + freeTDS + DBD::Sybase in a production environment. It can be fiddly setting it up, but we have no problems with stability.

It is possible to use FreeTDS directly and bypass unixODBC.



来源:https://stackoverflow.com/questions/704631/access-sql-server-from-solaris

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!