Codeigniter using ms access database

前端 未结 7 1234
梦如初夏
梦如初夏 2020-12-10 05:01

So I using access database(*mdb). This my code and success to connect:

$db[\'test\'][\'hostname\'] = \'Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\\blabl         


        
7条回答
  •  爱一瞬间的悲伤
    2020-12-10 05:50

    Have you checked read/write access to that file? If your php app is running on IIS, then your IIS' user account will need to have read/write permissions to that file, not the user account you use to login to your computer.

提交回复
热议问题