Manage the database table:

  1. Click the Functions icon of the Form Template and select Manage Relational Table

  2. On the Manage Relational Table page, modify any of the settings as described in the following table.

    To... Do the following…
    Create a database table to associate with the Form Template Type the name of the database table in the SQL Table Name box, click Create database table using name above in the Create SQL Table list, and then click Submit.
    Associate an existing database table with the Form Template Type the name of the database table in the SQL Table Name box, click Do not create database table, use existing table with name above in the Create SQL Table list, and then click Submit.
    Check whether an SQL table's schema matches that of the Form Template Type the name of the database table in the SQL Table Name box, click Verify matching schema between template and table(s) named table_name in the Create SQL Table list, and then click Submit.
    Display the SQL statements required to create a table for the Form Template Type the name of the database table in the SQL Table Name box, click Output SQL commands to create table(s) required for this template in the Create SQL Table list, and then click Submit.
    Disconnect a database table from the Form Template Type the name of the database table in the SQL Table Name box, click Remove link between this template and table table_name in the Create SQL Table list, and then click Submit.

For information related to this procedure, see Defining a Form Template.