Re: Archiving objects in a database
Re: Archiving objects in a database
- Subject: Re: Archiving objects in a database
- From: Dan Waylonis <email@hidden>
- Date: Tue, 14 Oct 2003 17:40:15 -0700
On Tuesday, October 14, 2003, at 04:58 PM, Keith Renz wrote:
>
In my app, I have several hundred (~200-800) custom objects in a main
>
database (an NSArray). [...]
Hi Keith,
I'm not sure if it will help, but you might consider using a real
database. You'd get the ability to add, remove, update, etc. plus
searching for free.
There's a totally free, open-source one called sqlite
<
http://www.sqlite.org> that can be imbedded into your application. It
understands just about all common SQL commands.
There's an Obj-C wrapper around it at <
http://www.blackholemedia.com>.
I also think that someone wrote an archiver that interfaces between
Obj-C and the database, but I can't recall the link.
Dan
_________________________________________________
Dan Waylonis email@hidden
Software Engineer
http://www.nekotech.com
nekotech SOFTWARE 650.964.2490 (O)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.