Re: Storing Modified Dates - Core Data
Gerd Knops <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sep 30, 2009, at 6:05 PM, Tom Hageman wrote: > > In a Previous Life I did something similar in CoreData's (grand)parent > EOF. I don't think that description is valid. EOF allowed you to connect to main-stream multi-user databases, while (if I understand it correctly) CoreData's underlying data store is strictly single user and non concurrent. That was quite a disappointment to me first time I looked at it, having expected it would be an advanced relative of EOF. Gerd