How to connect PHP with Microsoft Access database

后端 未结 6 679
感情败类
感情败类 2020-12-02 19:23

I am currently faced with a new challenge to develop a site using Microsoft Access as the primary database instead of mysql. I have not used MS Access before and I would lik

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-02 20:14

    If you are struggling with the connection in the XAMPP environment I suggest uncommenting the following entry in the php.ini file.

    extension = odbc

    I received an error without it: Uncaught pdoexception: could not find driver

提交回复
热议问题