Skip to main content

Execute a SQL Query using an ODBC connection

Execute a query using an ODBC connection.

Application

  • ODBC

Inputs (what you have)

NameDescriptionData TypeRequired?Example
ODBC Connected AccountThe credentials for the ODBC connectionConnected AccountYes
SQL QueryThe SQL query to executeText (Long)YesSELECT * FROM users;

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Server messageMessage from the server regarding the executed queryText (Long)No
Output JSONExecution results from the SELECT queryText (Long)No
Total number of rowsNumber of rows returned as part of the queryNumberNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A