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

后端 未结 3 1951
滥情空心
滥情空心 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:30

    i have fond some config in php.ini but was noted;

    ;extension=odbc
    ;extension=pdo_mysql
    ;extension=pdo_oci
    ;extension=pdo_odbc
    

    remove “;” before, restart service, and it is worked!

提交回复
热议问题