Previous Topic: Generating Flagged ComponentsNext Topic: Set DDL Generation Defaults


Regenerating Database Components

When recreating components that are already installed, you must DROP the old components. You can add DROP statements globally by selecting R for the database in the DDL Generation window. You can also specify DROP for individual components after expansion. When a component is dropped, all the data associated with that component is dropped as well.

Important! If you are creating a new database, do not generate DROP statements in the DDL. DROP statements that appear in a DDL remote file that was not previously installed could cause the implementation to fail.