Hello Shakeel,
LDB file has the special function to manage the lock information about the access database and along with of each user who opens the shared database i.e. the name of the computers/users who are currently accessing the database in the multi-user environment of the Microsoft Jet database engine.. The information written in the LDB file is used by MS Access to tell which records are locked in the database and who is responsible for that. You can open it through
notepad to check who are using it.
Can you make sure that nobody is using the database after deleting the LDB file from the server? As each time when the access database is first opened, a file with the extension .ldb is created with the same name as that of the database. This file gets deleted as soon as the last user closes the database. Hence there would be some connection left open which creates the .LDB file, I'd recommend checking the code/scripts for any connection being left open after the script execution.
Read/Write permissions for the web user, ie: IUSR_machine-name are needed on the MDB file, which can be granted either from the control panel or you can request granting them through a support ticket. I'd request you to send an email to our support dept for granting safe/secure read/write permissions on the folder containing the access database. You can find more info here regarding exact permissions as well:
Introduction to .ldb files