I tried to use ODBC to connect romote Access database in a PHP page, While I got error msg like:
Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data., SQL state S1000 in SQLConnect in d:\Program Files\Apache Group\Apache\htdocs\billReport\single.php on line 6
Can not connect
It works OK if Access database is on local machine.
Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data., SQL state S1000 in SQLConnect in d:\Program Files\Apache Group\Apache\htdocs\billReport\single.php on line 6
Can not connect
It works OK if Access database is on local machine.