Book a Demo

Author Topic: On generating DDL...  (Read 2701 times)

FreeHansje

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
On generating DDL...
« 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

Molto Mike

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: On generating DDL...
« Reply #1 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

FreeHansje

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: On generating DDL...
« Reply #2 on: August 26, 2005, 07:37:21 am »
OK, tnx for the answer, Mike.