Re: Multi-storage Core Data

2008-05-22 Thread Ben Trumbull
At 9:54 AM -0700 5/22/08, [EMAIL PROTECTED] wrote: > A MOC is associated with a persistent store coordinator. A PSC can have multiple stores associated with it. What you do not get for free is cross-store relationships. Which is how I understood it, and I'm willing to write some glue here.

Re: Multi-storage Core Data

2008-05-22 Thread Rob Napier
On May 17, 2008, at 3:54 PM, Jim Correia wrote: On May 17, 2008, at 3:00 PM, Keary Suska wrote: on 5/17/08 10:27 AM, [EMAIL PROTECTED] purportedly said: I'm trying to build a Core Data app for which some data is user- provided and some data is shipped with the program. Consider a travel itin

Re: Multi-storage Core Data

2008-05-17 Thread David Wilson
On Sat, May 17, 2008 at 12:27 PM, Rob Napier <[EMAIL PROTECTED]> wrote: > I understand the basic idea of using Fetched Properties and how to create > them. What I'm not clear on is how to define a fetched property in one store > against objects in another store, or how to tie multiple stores togeth

Re: Multi-storage Core Data

2008-05-17 Thread Jim Correia
On May 17, 2008, at 3:00 PM, Keary Suska wrote: on 5/17/08 10:27 AM, [EMAIL PROTECTED] purportedly said: I'm trying to build a Core Data app for which some data is user- provided and some data is shipped with the program. Consider a travel itinerary program for instance where the user has a

Re: Multi-storage Core Data

2008-05-17 Thread Keary Suska
on 5/17/08 10:27 AM, [EMAIL PROTECTED] purportedly said: > I'm trying to build a Core Data app for which some data is user-provided and > some data is shipped with the program. Consider a travel itinerary program > for instance where the user has a trip from airport A to airport B. If the > progra

Multi-storage Core Data

2008-05-17 Thread Rob Napier
I'm trying to build a Core Data app for which some data is user-provided and some data is shipped with the program. Consider a travel itinerary program for instance where the user has a trip from airport A to airport B. If the program includes data about the airports themselves, that shouldn't be s