Book a Demo

Author Topic: Default database for new DDL tables  (Read 3220 times)

robject

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
  • Small talk
    • View Profile
Default database for new DDL tables
« on: December 22, 2011, 09:31:17 pm »
I am unable to specify which database should be the database of newly created DDL tables (created from a model transform).
Currently the tables have an unspecified database value, which is a problem because I cannot generate DDL from them. Manually setting the correct database in each table is a lot of work. Can I do this smarter?

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: Default database for new DDL tables
« Reply #1 on: January 03, 2012, 07:59:15 am »
You can set a default database at Tools | Options | Code Editors | Default Database

http://www.sparxsystems.com/enterprise_architect_user_guide/9.2/database_engineering/physical_data_model.html

robject

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
  • Small talk
    • View Profile
Re: Default database for new DDL tables
« Reply #2 on: January 03, 2012, 08:32:59 am »
Thanks, that does indeed do the trick!.
 :)
Quote
You can set a default database at Tools | Options | Code Editors | Default Database

http://www.sparxsystems.com/enterprise_architect_user_guide/9.2/database_engineering/physical_data_model.html