Database
Database
- Subject: Database
- From: Kent Glenn <email@hidden>
- Date: Mon, 07 Jan 2002 20:17:25 -0700
I'm building an application that needs a single user/local database. I
really don't want to have the user install MySQL, since I think it's an
overkill for what I need.
I will basically need to hold customer records, with a few other small
tables. There will be some relationships. I'm guessing that on the avg.,
there will be around 5000 customer records.
If I do have to default to MySQL, is there any Cocoa lib's/code for
connecting to it? Or, do I have to connect via Java/JDBC?
I have even thought about using XML, any thoughts on that? I know if wastes
some space, and my database would need to be memory based...
Thanks in advance,