|
Hi All,
I have the following requirement.
I have two tables
Order
--------
OrderID
Primary Key
OrderDescription
OrderLine
--------------
OrderLineID
OrderID
The primary key is
(OrderLineID,OrderID).
I have a CMR relationship (One to Many) from order
- orderline.
Since OrderID is part of primary key it should be a
CMP field in OrderLine. Because of the CMR relation ship the container is trying
to create one more column with OrderID. How to set such a relationship?
Thanks In Advance
Rama Rao
|
