Re: CoreData/Bindings question
Re: CoreData/Bindings question
- Subject: Re: CoreData/Bindings question
- From: James Andrews <email@hidden>
- Date: Sat, 17 Sep 2005 02:00:45 -0400
Looking at your diagram it looks like you have an entity with
Person
Mother
Father
etc.....
I would set it up a like this
Person
Parents
Chilren
Sibling
All 3 of these would be many to many relationships back to the person
entity. Seeing as a person would have multiple parents, and could
have multiple children and siblings. Then all the other pertenant
data such as name, dob, birthplace, and notes would be attributes.
If I am wrong in my assumption, just ignore me. I'm great at
designing Datamodels, but my understanding of bindings is just way
below any point of usefulness.
James
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden