Re: in-program database solution
Re: in-program database solution
- Subject: Re: in-program database solution
- From: Matt Jaffa <email@hidden>
- Date: Sat, 24 Apr 2004 15:39:35 -0600
Tony,
SQLite probably is the solution you want,
if you compile the sqlite shared library right then
the libraries are included in your distribution and the end user does
not need
sqlite installed on their computer.
SQLite dumps its database to a file and you can place it pretty much
anywhere on the
HD as long as you have permissions in that folder.
I would use SQLite if I were you.
I have started to use it and I like it alot, and it performs really
good.
Matt
need any help with sqlite, email me off list. As this topic has been
discussed before on the lists.
On Apr 24, 2004, at 2:13 PM, Tony S. Wu wrote:
recently i am thinking about writing a diary program.
and for the potential possibility of huge entries, i am looking for an
in-program database solution that you can save as a file anywhere you
want.
i looked into SQLite.
but it seems like you can't save the database into a file, and the
users have to have SQLite as well.
does anybody have any suggestion?
also, i've always wondered, is it possible to create or use a FileMaker
database with Cocoa?
Tony S. Wu
email@hidden
"Look into the right places, you can find some good offerings."
http://homepage.mac.com/tonyswu/stw - The perfect business.
http://homepage.mac.com/tonyswu/tonyswu - My web page.
-----------------------------------------------------------------------
-
-------
_______________________________________________
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.
_______________________________________________
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.