ODBC
Description
Properties
Property
Description
Connection Configuration
Setting
Description
Changelog
Version
Date
Change
Last updated
Was this helpful?
Category: Databases
Version: 1.0
Last updated: May 12, 2025
Author: Any2Info
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
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.
The connection configuration contains the following settings:
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.
1.0
May 12, 2026
Initial documentation version added.
Last updated
Was this helpful?
Was this helpful?
Driver={ODBC Driver 17 for SQL Server};
Server=myServerAddress;
Database=myDataBase;
Uid=myUsername;
Pwd=myPassword;
TrustServerCertificate=yes;