PHP: Debugging PDO connection to Access database (.accdb)

前端 未结 2 2010
猫巷女王i
猫巷女王i 2020-12-22 12:20

I am new to programming and would like to connect to a ms-access (accdb) database using a PDO class. Environement: PHP (5.5.11) / XAMPP / Windows 7 pro. PDO driver for ODBC

2条回答
  •  一生所求
    2020-12-22 12:26

    After lots and lots of reading, I discovered I was using the wrong version of the Microsoft Access Database Engine: The 64-bit version doesn't have the 32-bit driver for *.accdb format.

    Thanks again for your enlightening support.

提交回复
热议问题