Book a Demo

Author Topic: DDL generation from DB schema  (Read 3077 times)

Simon Ashley

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
DDL generation from DB schema
« on: January 05, 2012, 11:38:20 pm »
Is it possible to change templates to cater for a non listed database? (target is a generic 3rd party DAL)
Could parse existing outputs, but it would be nicer not to have to.
TIA.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: DDL generation from DB schema
« Reply #1 on: January 06, 2012, 06:21:26 pm »
I'm not sure, but I don't think you can change ddl generation templates.
I guess you could use a code generation template, but then you would have to start from scratch.

Geert

Simon Ashley

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: DDL generation from DB schema
« Reply #2 on: January 06, 2012, 09:36:14 pm »
Thanks Geert. I think we'll go the parsing route as we've got other issues that need attention.