Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: FreeHansje on August 26, 2005, 05:26:23 am

Title: On generating DDL...
Post by: FreeHansje on August 26, 2005, 05:26:23 am
We're using EA as an object modeling tool and I'm trying to decide, if we can use it as a database modellingtool. One thing I am flabbergasted about is the impossibility to generate DDL for more then 1 object!? Is this true or do I miss something here?

TIA,
FreeHansje
Title: Re: On generating DDL...
Post by: Molto Mike on August 26, 2005, 07:26:10 am
Hey Hansje,

not sure I got your question the right way, but if you mean "table" when you say "object", you certainly can create the DDL for a whole bunch of tables, simply by selecting to generate the DDL for a whole package.

EA then even asks you whether you want to have a DDL file per table or a single DDL file for all classes/tables generated.

Just right click on a package in the tree browser and select "Code Engineering/Generate DDL..."

Mike
Title: Re: On generating DDL...
Post by: FreeHansje on August 26, 2005, 07:37:21 am
OK, tnx for the answer, Mike.