Re: CoreData, SQLite and GUID
Re: CoreData, SQLite and GUID
- Subject: Re: CoreData, SQLite and GUID
- From: "Michael Ash" <email@hidden>
- Date: Wed, 27 Aug 2008 12:33:30 -0400
On Wed, Aug 27, 2008 at 5:30 AM, Amy Heavey <email@hidden> wrote:
> Hi,
>
> Please accept my apologies if I am posting to the wrong list,
>
> I use an application that I believe is written using CoreData. It is
> currently quite tedious to enter data into this application, and the data I
> need entering is already in a mysql database anyway. I'd like to be able to
> insert this data directly into the SQLite database the application uses.
Nothing prevents you from programmatically manipulating your CoreData
store. CoreData is not a GUI-only technology. Get your data into some
format that your CoreData app can read, and write some code to blast
it into your store. This is much more foolproof, and probably easier,
than trying to manipulate the SQLite database directly.
Mike
_______________________________________________
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