从 Solaris 访问 SQL Server
这里找到了可以使用的freeTDS,但是在生产环境中的稳定性存在疑问。 除了使用 ODBC 驱动程序之外,还有其他方法可以从 Solaris 与 MSSQL Server 进行交互吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不知道还有什么办法。
我们在生产环境中使用 unixODBC + freeTDS + DBD::Sybase。
设置起来可能很繁琐,但我们在稳定性方面没有问题。
可以直接使用 FreeTDS 并绕过 unixODBC。
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.