Author Topic: EA DB Scheme - Where to find Relationship?  (Read 2167 times)

vladap

  • EA User
  • **
  • Posts: 79
  • Karma: +0/-0
    • View Profile
EA DB Scheme - Where to find Relationship?
« on: October 25, 2019, 10:21:37 pm »
Hi Guys,

I would like to export information from the DB (MySQL), where my EA repository is. Its ok for the attributes and elements, but in some cases I would also like to now the Relationship of this element - e.g.  My Node is placed into the Location - so I would like to no in the export that this Node Belong to this Location.
In EA Client I can see this information in Node Properties Links -> Relationships so I believe it is also somewhere in the DB  :)

thanks

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: EA DB Scheme - Where to find Relationship?
« Reply #1 on: October 25, 2019, 10:56:05 pm »
See t_connector.

Geert

vladap

  • EA User
  • **
  • Posts: 79
  • Karma: +0/-0
    • View Profile
Re: EA DB Scheme - Where to find Relationship?
« Reply #2 on: October 26, 2019, 01:43:19 am »
ok thanks , it works this way  :)