Philip,

Core Data doesn't support client server applications.

Some developers have successfully used it on the client for its data management (undo, change tracking, notifications, etc) and Cocoa Bindings support, with an in-memory store they manage themselves. A few developers have done more sophisticated things with a Core Data sqlite store that is effectively a cache of a subset of the server's database.

But there's no back end support for MySQL or Postgres besides what you do for yourself.
--

-Ben
_______________________________________________

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