These may have been asked before, if so just point me in the right direction.

I'm trying to build what I hope is a relatively small program that will keep track of authors and books. I've got databases in Postgres and MySql, and I ported the data over to sqlite yesterday.

Now I'm just fooling around at this point, and am trying to learn XCode. I tried building a couple of Core Data apps based on examples in one of the Cocoa for Dummies books, and like the ease of using Core Data.

Can I use Core Data to access the sqlite database that I've created? Are there any files I need to add, or code I need to write?

If I can't use Core Data to access sqlite, do I need to migrate the data to be a persistent store, and are there tools to do that? Xcode doesn't seem to like a straight XML export from sqlite, and tells me that it's the wrong type.

I've tried using Google to find articles, but everything seems to be four or five years old. If there are any pointers to recent articles, it would be appreciated.

Thanks for any help you can give.

Tom Hart


_______________________________________________

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 arch...@mail-archive.com

Reply via email to