Lots of Core Data Attributes
Lots of Core Data Attributes
- Subject: Lots of Core Data Attributes
- From: Todd Yandell <email@hidden>
- Date: Thu, 30 Jun 2005 20:41:58 -0500
Hi,
I'm working on a project that needs to store a lot of data about
individual people. Everything from names, titles and salutations and
multiple addresses to credit card information. My question is this:
Would I be better off making all of the fields as attributes, or
should I go with my current solution of using relationships for the
detailed fields (like addresses and credit cards) and only using
attributes for the more general info?
Right now, it's set up to use attributes for the email addresses and
few other basic fields. Relationships are used for mailing and
shipping addresses, etc. The problem I'm having with this is that
creating objects manually is more work. Instead of just creating one
managed object, I have to create one for each relationship then link
them all together by hand. Am I going about this the wrong way?
Any advice you have would be appreciated!
Thanks,
Todd Yandell
_______________________________________________
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