On Wed, Apr 23, 2008 at 9:56 AM, johnf <[EMAIL PROTECTED]> wrote: > On Wednesday 23 April 2008 08:50:49 am Nate Lowrie wrote: > > How do you figure that? The relationship is from the customer table > > to the person table and it is 1 to 1 because a customer is 1 and only > > 1 person. A customer could be an employee but the relationship is > > still 1 to 1 for each table > > Does that not mean a customer can have a person, employee, etc...? > > so customer = 1 to many (person and employee). At least that's what I > thought > you said.
No, the relational mapping from the Customers is to the Persons Table only. The relational mapping from Employees is to the Persons Table only. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
