Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: bholtzman on November 16, 2018, 02:22:49 am
-
Hi:
I've been asked to compile all of the parent relationships ("Set Parents and Interfaces" popup) that have been entered into an EA database. I've done some testing and then scoured the database to find the change but no luck. Could someone tell me the table and field where this information is stored? Thank you.
Bill
-
Where does that popup pop up?
q.
-
Click on an object (class) and then Advanced and Parent. Sure wish we could post pictures here.
-
That should've said right-click on an object and then Advanced...
-
select * from t_connector c where c.connector_Type = 'Generalization'
Geert
-
Thank you, Geert. You are the guru!
Bill