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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to