InfoCenter Home > 6.6.14.8: Recreating database tables from the exported table DDLTo recreate database tables from the exported table DDL, you execute the exported table DDL file to create a table for CMP beans by hand. For instructions for exporting the table DDL, see the following:
Create the tables in the database of the data source configuration in the following order:
The content of the table DDL file is the SQL strings needed to create a table. The content differs for different databases. The DDL file is essentially an SQL file, and each database has a different command to execute an SQL file. Copy or paste the content of the table DDL file to a database command line, or use the command line option to take a SQL file as a parameter. The syntax of the command for supported databases is:
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|