> 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/manual-de-usuario-de-easycatalog/configuracion-de-tus-datos/2.-importacion-de-datos/base-de-datos-compatible-con-odbc.md).

# Base de datos compatible con ODBC

Mediante los controladores proporcionados por el fabricante de tu base de datos, o un controlador de terceros, el proveedor de datos ODBC podrá conectarse directamente a cientos de sistemas de base de datos SQL incluyendo [MySQL](https://www.mysql.com), [Microsoft SQL Server](https://www.microsoft.com/en/sql-server/), [MariaDB](https://mariadb.org) y [FileMaker](https://www.claris.com/filemaker/).

## Ventajas

Establecer una conexión directa a tu base de datos te permitirá disminuir el tiempo necesario para recuperar los datos y, al mismo tiempo, especificar con exactitud los datos con los que deseas trabajar. Puedes utilizar todo el potencial que ofrece tu base de datos para recuperar datos de forma selectiva, filtrarlos, ordenarlos e incluso realizar ciertos cálculos antes de importarlos en EasyCatalog, sin necesidad de exportar archivos de texto individuales.

El proveedor de datos ODBC es bidireccinal, lo que permite volcar los cambios y edición de texto realizados en InDesign en tu base de datos.

## Instalación

El módulo Proveedor de Datos ODBC es opcional, y deberás instalarlo utilizando el instalador de EasyCatalog, marcando la casilla de verificación correspondiente durante el proceso de instalación.

{% hint style="info" %}
Usuarios de Macintosh: si el módulo Proveedor de Datos ODBC no está disponible tras su instalación, por favor consulta el apartado [Comprar y activar EasyCatalog](/manual-de-usuario-de-easycatalog/para-empezar/1.-primeros-pasos/comprar-y-activar-easycatalog.md#errores-de-activacion-mas-frecuentes).
{% 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, and the optional `goal` query parameter:

```
GET https://easycatalog.nousmedis.com/manual-de-usuario-de-easycatalog/configuracion-de-tus-datos/2.-importacion-de-datos/base-de-datos-compatible-con-odbc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
