> For the complete documentation index, see [llms.txt](https://easycatalog.nousmedis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easycatalog.nousmedis.com/setting-up-your-data/2.-importing-your-data/data-from-an-odbc-compliant-database.md).

# Data from an ODBC-compliant Database

Using drivers supplied by your database vendor, or a third-party driver manufacturer, the ODBC Data Provider can connect directly to hundreds of SQL database systems including [MySQL](https://www.mysql.com), [Microsoft SQL Server](https://www.microsoft.com/en/sql-server/), [MariaDB](https://mariadb.org) and [FileMaker](https://www.claris.com/filemaker/).

## Benefits

Connecting directly to a database improves both the speed at which you can start working with your data and allows you to target specific data you wish to work with. The power of your database can also be utilised to selectively retrieve, filter, sort and even perform calculations on your data which is imported directly into EasyCatalog without the need to generate export text files.

The `ODBC Data Provider` is also bidirectional, so any changes made to data on the document can be optionally updated on the database.

## Installation

The ODBC Data Provider is an optional module for EasyCatalog, and should be installed using the supplied installer.

{% hint style="info" %}
Macintosh users: If the ODBC Data Provider module is not available after installation, please follow the instructions in the ‘platform Specific Issues’.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://easycatalog.nousmedis.com/setting-up-your-data/2.-importing-your-data/data-from-an-odbc-compliant-database.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.
