For the complete documentation index, see llms.txt. This page is also available as Markdown.

ODBC

Category: Databases

Version: 1.0

Last updated: May 12, 2025

Author: Any2Info


Description

The ODBC node allows workflows to connect to databases through an ODBC driver and execute SQL queries.

This node can be used to:

  • Retrieve data from external databases

  • Execute custom SQL queries

  • Connect to systems supporting ODBC

  • Integrate database data into workflows


Properties

Property
Description

Connection

Select the ODBC connection to use.

Query

Opens the SQL query configuration window. The query is validated using the SQL dialect of the selected connection type.

Query timeout

Maximum execution time in seconds before the query is stopped.


Connection Configuration

The connection configuration contains the following settings:

Setting
Description

Name

Name of the connection.

Connection type

Database type being used.

Connection string

ODBC connection string.

Connection timeout

Connection timeout duration in seconds.

Example connection string:

Use the Validate button to test the connection before saving.


Changelog

Version
Date
Change

1.0

May 12, 2026

Initial documentation version added.

Last updated

Was this helpful?