Exporting SQL scripts

To export scripts for customized forms and global objects to another forms database, you must use a two-step process:

  1. Generate a SQL script that contains definitions of custom objects existing in the Source forms database.

    If the custom objects include new forms or copies of vendor-supplied forms, as opposed to custom versions of vendor-supplied forms, you should also generate a SQL script that contains definitions of license records associated with the forms.

    See .

  2. Using SQL Query Analyzer or a similar tool, run the generated script that contains custom objects for the forms database in the destination configuration.

    The script loads the object definitions into the database. If you generated a script containing license definitions, run the script for the application database in the destination configuration. The script loads the license records into the application database.