Hi all, when i have my Microsoft Acces database opened, and viewing some tables, and then i'm going to try to visit a php page i made viewing information from the database it gives this error:
Warning: odbc_connect(): SQL error: [Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use., SQL state S1000 in SQLConnect in D:\inet-srv\web-root\test\FA.php on line 3
Now, what i'd like to have is where the php can always read and modify whats in the database, even when the database is opened in ms access.
Anyway, any clue on how to get rid of this error, and being able to work with both the php-odbc and the ms access at the same time?
kind regards,
Ivo Jonker