SQL Server, Joomla and IIS7

2019-08-18 04:23发布

Is there a SQL Server Provider for Joomla? I know that there is a SQL Server Client for PHP in beta and I wonder whether it would be hard to change the database provider to point to SQL Server instead of MySQL.

1条回答
爷的心禁止访问
2楼-- · 2019-08-18 05:09

According to this thread (specifically this post) in the official Joomla forum some queries in the Joomla source code are MySQL specific and do not work on Microsoft SQL Server.

It's Joomla itself, some queries in the code are specific for Mysql. Making Joomla work for MSSQL at the moment consists of looking through all queries, checking which ones are Mysql specific and change them to MSSQL or generic ANSI SQL specific.

查看更多
登录 后发表回答