Results 1 to 3 of 3

Thread: [RESOLVED] Updateable query, Access & IIS

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    523

    Resolved [RESOLVED] Updateable query, Access & IIS

    I am trying to develop an application that updates a table in Access. I currently have the table in my own C:\Inetpub\wwwroot directory, running Windows XP. The table has only one field (test) which is a text variable, with no primary key.

    I can query the table without problems. But when I try to insert, I get the common "Operation must use an updateable query" error. This is often due to rights problems, but I have it in my own Windows directory. Any help would be appreciated.

  2. #2
    Addicted Member
    Join Date
    Aug 2007
    Location
    India
    Posts
    141

    Re: Updateable query, Access & IIS

    One reason might be the read-only properties in the ms-access.
    make sure you have the writing permission with the Access. Just right click and check the Read Only Property.
    Do Good. Be Good. The World is yours.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    523

    Re: Updateable query, Access & IIS

    The problem turned out to be that Windows (at least in XP Pro) allows you to set different permissions to the files. If you open the file explorer, and riight click on the database, then properties, then the security tab, it has different properties for the administrator and everyone else. The write property for everyone else was set to false. Setting it to true resolved this problelm.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width