When asp operates access, it prompts that it cannot be deleted from the specified data table. This problem is quite difficult, so I searched and compiled some practical solutions. If you are interested, you can refer to this article.
Database access permissions issue
Right-click the database file->Properties->Security->Add->Advanced->Find Now->IUSR_XXXX & IWAN_XXXX
->OK->Open "write" and "modify" permissions for both users
Note: XXXX is your computer name
If the operating system is XP, you need to turn off "Simple File Sharing" in Tools->Folder Options->View
It is a problem with the permissions of Windows itself for the IUSER user, especially NTFS-formatted hard disks above 2000 that prohibit writing by default. The solution is:
1. Add IUSER user permissions in folder (or hard disk)/Security/.
2. IIS changes anonymous access settings.
Note: IUSER_machine name
Is the name of the internet visitor to your machine.