Re: CoreData local and on server sync
Re: CoreData local and on server sync
- Subject: Re: CoreData local and on server sync
- From: Jens Alfke <email@hidden>
- Date: Sat, 21 Jun 2008 15:18:37 -0700
On 21 Jun '08, at 3:33 AM, René v Amerongen wrote:
Now I have to make a similar database but then that the Laptop users
can work offline.
I would like to have them sync their local copy with the server when
they are online again.
Is this possible with Coredata and SQL? Does someone has suggestions
in this directions?
CoreData doesn't support any database servers, only sqlite, which
operates on local database files.
Of course you can write your own code that takes a local CoreData
store and a remote database server, and compares and syncs the data;
but you're on your own in building that. You'll need a 3rd party
library to even talk to the server.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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