> For the complete documentation index, see [llms.txt](https://help.besmart.software/erpp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.besmart.software/erpp/cz-erp-picker/spolecne-informace/konfigurace-aplikace/ukazky-pripojeni-ke-zdrojum-dat/ms-access.md).

# MS Access

Příklad nastavení, včetně zdrojového souboru s daty ke stažení, pro databázi aplikace MS Access je uveden níže.

**Nastavení `ConnectionString`**

{% code overflow="wrap" %}

```ini
 ConnectionString=Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Temp\Holixa ERP Picker Settings\accessData.accdb
```

{% endcode %}

**Nastavení `ConnectionSelectCommand`**

```ini
ConnectionSelectCommand=SELECT * FROM MATDBEN
```

**Vzorový soubor s daty ke stažení**

{% file src="/files/28eXaIBf8T71AveptvWo" %}
