Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的情况是我必须从 mssql 数据库中检索数据,然后在 mysql 上执行插入/更新。我使用的语言是 PHP,我在我的服务器上安装了 Microsoft ODBC linux 驱动程序来执行此操作。问题是它有效,但性能不是很好。什么是更好的选择?用 JAVA 或 C#.NET 等编译语言编写包装器然后从 PHP 调用它是否有意义?
我建议您只使用MssqlPHP 中的库。并且根据PHP 文档,使用 FreeTDS 作为驱动程序。
Mssql