Database permissions are wrong
Collapse
Unconfigured Ad Widget
Collapse
X
-
Database permissions are wrong
Problem Statement: "Operation must use an updateable query." for ASP pages
Cause: There might be several reasons for this error. One of the most common reason is inappropriate permissions.
Error message:
Getting the error Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/myfolder/test-page.asp, line 315
Solution:
Step1: Login into server with administrator user
Step2: Now you have to go to wwwroot folder of your webpage for that Click on Start->Computer->C drive->inetpub->Right click on wwwroot folder.
Step3: Click on Properties->Security->Edit->Select the IIS_IUSRS->Tick mark the required permission(Read,Write and Modify) from the permission list->Ok.Last edited by Jake_Accuwebhosting; 08-11-2015, 09:52 AM.Tags: None
-