Book a Demo

Author Topic: Association Classes transform to Database model  (Read 3975 times)

misak

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Association Classes transform to Database model
« on: November 09, 2006, 03:57:02 am »
Hello,
I need transform Association class to Database model with relationships and Foreign key. Please help

thomaskilian

  • Guest
Re: Association Classes transform to Database mode
« Reply #1 on: November 09, 2006, 07:42:17 am »
You have to do it by yourself :-/ The standard DDL transformation might give you a start. But it is very tricky. I did something similar and decided to use the EXEC_ADD_IN (search the forum for that keyword).

MattAdamson

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Association Classes transform to Database mode
« Reply #2 on: December 08, 2006, 02:46:49 pm »
Can you eloborate on how you used EXEC_ADD_IN to help here?

thomaskilian

  • Guest
Re: Association Classes transform to Database mode
« Reply #3 on: December 10, 2006, 01:59:34 pm »
Hmm. I'm not lazy, just busy. The EXEC_ADD_IN is used to produce  the intermediate code (just a string) for the transformation using the automation interface. I posted a bit more here, but you have to search for it. It's not much more and I promised to put a bit of my work on the Wiki. I will do so, but can't say when :(