SQL component
The SQL component is able to connect to a remote database using a JDBC connection. When connected, it can execute SQL and SQL-like queries on the database (see remarks for more information). As a result you get an XML file in the body with the results of the query you executed on the database.
Configuration
The SQL component has the following configuration options:
| Property | Description |
|---|---|
Database Type | The type of database you want to connect to. |
Username | Username of the user that has access to the database and the specified table. |
Password | Password of the user. |
Database | The database where you want to run your queries on. |
Host | URL or IP of the machine where the database is running on. |
Port | The port where the database is exposed on |
Query | Query you want to run on your target database. |