Im experiementing with ODBC and Foxpro with PHP. I am able to open and read tables that reside on the same server as PHP/webserver, but when trying to look at other files that reside on the network, I get a message like this:
Warning: SQL error: [Microsoft][ODBC Visual FoxPro Driver]File 'stock.dbf' does not exist., SQL state S0002 in SQLExecDirect in C:\Inetpub\wwwroot\shop\odbc.php on line 4
The DSN is set up correctly pointing to the correct network path, and the file is there. If I move this file to the local drive, it works. Any ideas?