SQL Server Access from PHP (PDO) Not Working Despite Driver Installed & Enabled

后端 未结 3 1953
滥情空心
滥情空心 2020-12-18 16:10

I am trying to access an SQL Server.

UPDATE: In response to Clive\'s comments below I have also tried reinstalling the native ODBC driver but no change.

I\'v

3条回答
  •  不思量自难忘°
    2020-12-18 16:46

    In the end I solved this by installing the "Microsoft® SQL Server® 2012 SP1 Command Line Utilities" from here (SqlCmdLnUtils.msi):

    http://www.microsoft.com/en-in/download/details.aspx?id=35580

    No idea why this worked but there it is.

提交回复
热议问题