When I tried to insert new record into an Access db I got warning like this: Table 'tablename'is exclusively locked by user 'Admin' on machine '123445'. What's this and how can I unlock it. I didn't lock any table.
Thanks
You must either set the owner of the database to the owner of the PHP service or you must have the Database closed in all windows when using the PHP script.