Call to undefined function odbc_connect() php 7

后端 未结 7 1474
轻奢々
轻奢々 2020-11-30 11:27

I\'m testing out php 7 and have come across this error:

Fatal error: Uncaught Error: Call to undefined function odbc_connect()

From the doc page: http://php.

7条回答
  •  鱼传尺愫
    2020-11-30 12:17

    PHP 7.2.7, add extension=php_odbc.dll in php.ini file while either using database as MS Access or Sql Server C:\xxxxxx\php\php.ini

    *no semicolon before to extension=php_odbc.dll

提交回复
热议问题