Free cookie consent management tool by TermsFeed Create a SQL Integration [Integrations]
Create a SQL Integration
The capabilities described on this page are included in Appian's standard capability tier. Usage limits may apply.

Introduction

In this page you will learn how to create and configure a SQL integration object for use with a custom JDBC connected system. The custom JDBC connected system combined with the SQL integration object allows you to connect your Appian application to an unsupported database that supports the JDBC protocol to exchange data using SQL statements.

Note:  Any database that is not in this list is considered an unsupported database.

Before you begin, ensure that you have:

  1. Deployed a database driver.
  2. Created a custom JDBC connected system.

Create the SQL integration object

After you have deployed a database driver and created the custom JDBC connected system, you can then create your SQL integration object.

To create a SQL integration object in Appian:

  1. Open the destination application for the new integration.
  2. In the Build view, click New > Integration.
  3. Select Use a connected system.
  4. Select your custom JDBC connected system from the Connected System field.
  5. Select a SQL integration type from the Operation dropdown list.

    Caution:  Integrations that query data can be used in any expression. Do not use them to modify data in the external system because duplicate updates may occur. Additionally, using DDL commands such as DROP or CREATE can permanently alter your data and database schema.

  6. Configure the following properties.

    Property Description
    Name Enter a name that follows the recommended naming standard.
    Description (Optional) Enter a brief description of the integration.
    Save In Browse to and select an existing folder to store the integration object, or click Create New Rule Folder to create and select a new folder for the object.
  7. Click Create. Appian displays the new integration for designing.

Design the SQL integration

After you have created a SQL integration object with a custom JDBC connected system, you can design the SQL statements you will call in your integrations. To see what you can do with your newly designed integration, see Call an Integration.

In the integration object, enter the SQL statements you want to use. You can also create a parameterized query that uses an expression to reference the parameter value.

A blank SQL READ integration.

For specific examples, see the following:

Open in Github Built: Thu, Apr 25, 2024 (10:36:46 PM)

Create a SQL Integration

FEEDBACK