> For the complete documentation index, see [llms.txt](https://help.holixa.com/holixa-erp-picker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.holixa.com/holixa-erp-picker/common-information/application-configuration/examples-of-connections-to-data-sources/autodesk-vault.md).

# Autodesk Vault

An example setup for the Autodesk Vault database is shown below.

**Settings `ConnectionString`**

```ini
ConnectionString=Server=VaultSrv; Database=Vault; User ID=***; Password=***
```

**Settings `ConnectionSelectCommand`**

<pre class="language-ini"><code class="lang-ini"><strong>ConnectionSelectCommand=SELECT * FROM CS_ItemMaster
</strong></code></pre>
