RE: PROBLEM: Primary-child CMP object

2000-07-24 Thread Brady Moritz
: PROBLEM: Primary-child CMP object Here is a simplified version of my problem: I have a Person entity object that contains a list of phone numbers as string, which encapsulates Person and Phone database tables joined by foreign key person_id. When I create a person instance first and then fill

PROBLEM: Primary-child CMP object

2000-07-21 Thread Conrad Chan
Here is a simplified version of my problem: I have a Person entity object that contains a list of phone numbers as string, which encapsulates Person and Phone database tables joined by foreign key person_id. When I create a person instance first and then fill in phone numbers information,