On Mon, Jul 14, 2008 at 4:05 AM, Jeff Brown <[EMAIL PROTECTED]> wrote:
> Is there any way I can incorporate Core Data into the app so that I can do 
> away with using MySql? i.e. log into the app on one machine (using it's 
> SQLite database) from the same app on a different machine?

No.  Please read the Core Data documentation, which explicitly states
that this scenario is not supported.  As the documentation states,
"Core Data is Not a Database."  (Of course, "not supported" is
different from "impossible", but both are certainly "not
recommended").

That said, if you are willing to completely re-architect your
solution, you can go the Delicious Library 2 route, which would be to
decentralize your database and sync over Bonjour or some other
channel.  It depends on whether you really need ACID compliance.

--Kyle Sluder
_______________________________________________

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