I am trying to read from a shared MS Access file on a different
computer than my server’s. My server runs
Windows 2000 Pro, IIS 5.0, and using PHP-script (odbc_connect). I’m using SAPI dll, not CGI. The database runs on Windows 2000 Pro.
When I test this setup on my local machine to reach a local Access.db it works fine. If I try to connect my shared database it dosen’t work. If I not go trought IIS and use php.exe it works (but I want to go trought IIS...).
Any hints what to try? Mikael