PHP and MS Access

后端 未结 5 1327
旧巷少年郎
旧巷少年郎 2020-12-04 01:30

How can we connect a PHP script to MS Access (.mdb) file?

I tried by including following PHP code:

$db_path =          


        
5条回答
  •  [愿得一人]
    2020-12-04 01:52

    In the filename, I'm looking at '\WebUpdate\' - it looks like you have one backslash at the beginning at two at the end. Are you maybe missing a backslash at the beginning?

提交回复
热议问题