Book a Demo

Author Topic: DDL generation : individual file for each FK  (Read 2067 times)

Gengis

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
DDL generation : individual file for each FK
« on: June 28, 2006, 07:55:51 am »
Hello,

I am pretty new to EA, a little question about DDL generation : is it possible to generate 1 script per constraint (as many scripts as PK and as many scripts as FK) ?

When the FK is embeded in the "create table" script, the execution fails when the referenced table does not exist. Having one script per table is a requirement because each table has its own lifecycle.

Maybe it is possible to adapt existing template to acheive this kind of tailor-made generation.

Thanks for your help,

Gengis