Configuring Basic Information Properties

You can enter a name and description on the Basic Info page of each trigger and invoke adapter in your integration.

What You Can Do from the Basic Info Page

You can specify the following values on the Basic Info page. The Basic Info page is the initial wizard page that is displayed whenever you drag the MySQL Adapter to the invoke area.

  • Specify a meaningful name.
  • Specify the type of operation to run against the MySQL Database:
    • Select a stored procedure to invoke in the MySQL Database. This selection takes you to the Invoke a Stored Procedure page when you click Next.
    • Select a SQL statement to run against the MySQL Database. This selection takes you to the Run a SQL Statement page when you click Next.

What You See on the Basic Info Page

The following table describes the key information on the Basic Info page.

Element Description

What do you want to call your endpoint?

Provide a meaningful name so that others can understand the connection. For example, if you are creating a database connection for adding new employee data, you may want to name it CreateEmployeeInDB. You can include English alphabetic characters, numbers, underscores, and dashes in the name. You cannot include the following:
  • Blank spaces (for example, My DB Connection)

  • Special characters (for example,  #;83& or righ(t)now4)

  • Multibyte characters

What operation do you want to perform?

Select the type of operation for this connection to perform:
  • Invoke a Stored Procedure: Select to invoke a stored procedure in the database.

  • Run a SQL Statement: Select to run a SQL query against the database.