If you are getting error “Operation must use an updateable query” then its main reason is incorrect permissions. If you want to see the complete error message, you can check:
Error message
Getting the error Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/folder/my-page.asp, line 315
You can follow below steps to resolve this issue:
Error message
Getting the error Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/folder/my-page.asp, line 315
You can follow below steps to resolve this issue:
- Login to your server.
- You can find wwwroot folder, you can check this folder in c:\Hosting Spaces\Domain.com\ location.
- After that click on “Properties” and then click on “Security”.
- Now click on “Edit” and select IIS_IUSRS.
- Here you will find checkbox Read, Write and Modify, you have to check them according to your need and click on “OK”.