# MS-Access - Operation must use an updateable query.

You have configured QLM to use an MS-Access database and you receive the following error message:

**Operation must use an updateable query**\
\
The error indicated the QLM is not able to write to your MDB file.\
This can be caused by one of 2 reasons:\
\
1\. The .mdb file is read-only\
2\. The user running the web service does not have "write" privileges on the mdb file or its folder.\
\
The 2nd reason is the most likely one. If you have configured the web service to allow Anonymous connections then you have 2 options to resolve this issue:\
\
1\. Give the Anonymous user (IUSR\_XXX) write privileges to the folder where the .mdb file is located\
2\. Configure the web service to use an Application Pool. In the Application Pool , configure the Identity with a user account that has "write" privileges on the folder where the mdb file is located.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/qlm-license-server/ms-access-operation-must-use-an-updateable-query..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
