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[2]: [PHP-WIN] Help! PHP database connection error.

2001-02-09 Thread Gonzalo Vera
Then probably some permision trouble, different login? different file location? Again, I'm at a loss (also switching from Win95 to Linux) :)) Gonzalo. > I've just tried creating an entirely new database and receive the same error > as

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

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

2001-02-09 Thread aaron
Up till late yesterday I was able to query my database but now I receive this error. 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 i