Re: [PHP-WIN] Help! PHP database connection error.

2001-02-10 Thread ajandris
Database may be open by MS Access application. I don'n know how to work around, but i was happen when I worked with ASP on IIS 4.0 and MS Access 8.0 Andris > I've just tried creating an entirely new database and receive the same error > as well as reparing the old database. I've restarted the w

Re: [PHP-WIN] Help! PHP database connection error.

2001-02-09 Thread aaron
I've just tried creating an entirely new database and receive the same error as well as reparing the old database. I've restarted the web server, still the same problem. The access 2000 db is on an iis 4.0 server which worked fine previously. Thanks, Aaron "Gonzalo Vera" <[EMAIL PROTECTED]> wr

Re: [PHP-WIN] Help! PHP database connection error.

2001-02-09 Thread Gonzalo Vera
This usually happens when another user opens a table for modification (table definition): the table gets locked to all access. If you're only running localhost try "repairing" your database: maybe you got a corrupted table or db. Also if you're only on localhost, restart your computer to make sure