Hi,
I'm having problems in the way to represent a many to many relationship.
In my DB model I 've got a relation many to many between Company and
Telecom.
In the DB scjhema, I've got a join table CompanyTelecom with the two PK
as FK, and an attribute about the MSC (message system center).
I mean a Company can work with tomany Telecom, and each Telecom can work
with tomany Company, but in each relationship the MSC may be different, so
this attribute is in the Join table ComapnyTelecom.
My problem is how to recover this attribute (MSC) if I create a
flattened relationship between Company and Telecom in the object model,
and I eliminate the object CompanyTelecom.
What should it be the best way to do it?
Thanks,
Jorge
This archive was generated by hypermail 2.0.0 : Tue Feb 24 2004 - 05:19:39 EST