Php posting data to access tables

R

Robert Raley

We are using php to post data from forms on our local intranet. We are
running IIS as a service. Php seems to work fine with the IIS except for
when the Db is open in access.

If we change from IIS to apache we do not have this problem.

We would really like to keep IIS and not load apache if possible.

What can we do to solve this problem.

The error that we receive is

odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC
Microsoft Access Driver] Could not use '(unknown)'; file already in use.,
SQL state S1000 in SQLConnect in c:\...

This is a php error

Thanks Bob
 
Top