Re: Core Data Applications
Re: Core Data Applications
- Subject: Re: Core Data Applications
- From: Uli Kusterer <email@hidden>
- Date: Sun, 15 Oct 2006 12:05:31 +0200
Am 11.10.2006 um 13:23 schrieb manoj agrawal:
I wanted to know that can I use NSManagedObjects without core
data application.
Because my Mac machine version is 10.3.9 and it doesnt support
core data application.
If you suggest me some way to implement core data application in
this version of Mac.
You would have to implement your own CoreData. And that would be a
lot to do. If you really need 10.3, your alternative would be to do
all of this yourself, e.g. by adding SQLite to your application and
writing all the database lookup and storing code yourself, with your
own custom type of object.
Your last straw may be checking out GNUstep.org whether they have
cloned CoreData yet, and evaluating whether that works sufficiently
to package it with your application. But I wouldn't get my hopes up.
Considering how new and complex CoreData is and how much of it is
done through special UI, it's unlikely there's a production-quality
clone of it out there yet.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden