# Running Microsoft Access Database Engine with Astera

If you have a 32-bit Astera Client running on a machine and would like to use the *Microsoft Access Database Engine* provider as a data source, you will need to have the corresponding 32-bit version of it installed on the machine as well.&#x20;

The problem arises when a 64-bit version of *Microsoft Access Database Engine* is already installed on the machine, and a 32-bit version is needed by Astera. Microsoft does not permit installation of both 32-bit and 64-bit by default, but it can be done with a workaround.

Microsoft has released the installers [here](https://www.microsoft.com/en-us/download/details.aspx?id=13255).

To install the driver required you would need to run it with the “/passive” argument specified.

If you have a 32-bit Astera Client and have a 64-bit Microsoft Access driver installed, you will need to install the 32-bit driver version:

***AccessDatabaseEngine.exe /passive***

If you have a 64-bit Astera Client and have a 32-bit Microsoft Access driver installed, you will need to install the 64-bit driver version:

***AccessDatabaseEngine\_X64.exe /passive***

Please try uninstalling either version (e.g. 32 bit or 64 bit) after you have both versions installed. You will get into an error.

{% hint style="info" %}
**Note**: You will have this error from either version (e.g. 32 bit or 64 bit) when both versions are installed.
{% endhint %}

The workaround is to run the setup with the /extract switch first. This extracts it to a temp folder. Then right-click on it and select *Uninstall* from the context menu.


---

# 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://documentation.astera.com/astera-data-stack-v7/connectors-and-providers/running-microsoft-access-database-engine-with-astera.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.
