If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Trying to fix Operation must use an updateable query.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-14-02, 16:33
Afy Afy is offline
Registered User
 
Join Date: Nov 2002
Posts: 5
Trying to fix Operation must use an updateable query.

Hi,

im sure you have seen this error many times, ive searched all over the net and found that the problem is to do with read only access on my web folder. How can i take it off?

If i use explorer to navigate to my web folder (c:\temp) i can check the properties and can see that the read-only box is grey, i can take the tick off and apply my changes but when i check the propertys again the box has put the grey tick back in. If i check the actual files in the folder, none of them have the read-only box ticked. (btw i have admin rights on this machine)

i have tested my code on other pcs (running personal web manager) and it works so that is not the problem.

In the IIS control panel i have enabled read/write access to the site with script execute permissions. Under the directory security tab im using annonymous access andf allowing IIS to control the password.

many pages say that the problem is with the guest account not haveing write permissions, is this something i have missed ? if so where is the option to enable this?

Any ideas ?

thanks for reading...
Reply With Quote
  #2 (permalink)  
Old 11-26-02, 18:03
brandonh6k brandonh6k is offline
Registered User
 
Join Date: Nov 2002
Posts: 11
Are you using an NT box (or 2K or XP)? If so, it's probably a permissions issue. Make sure that IUSR_<machinename> has write permissions into the DB file.

Hope this helps...
__________________
- Brandon
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On