Re: CoreData local and on server sync
Re: CoreData local and on server sync
- Subject: Re: CoreData local and on server sync
- From: "John C. Randolph" <email@hidden>
- Date: Sat, 21 Jun 2008 04:13:16 -0700
On Jun 21, 2008, at 3:33 AM, René v Amerongen wrote:
Dear All,
Does someone has any experience about having a local data store
which is syncing wit the server store using Coredata?
Rene,
This is not what CoreData is intended to do. CoreData is for local
storage of object maps, and really doesn't deal with the issues of
database synchronization across multiple users on multiple hosts.
I would recommend looking into OpenBase and FrontBase, which are both
SQL database products that offer an Objective-C API.
-jcr
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden