Re: Database
Re: Database
- Subject: Re: Database
- From: "Michael D'Haem" <email@hidden>
- Date: Mon, 7 Jan 2002 20:42:50 -0700
You can connect to MySQL using its C API. There is a book titled My SQL
by Paul DuBoise, ISMB# 0-7357-0921-1, which details how to use this API.
MikeD
On Monday, January 7, 2002, at 08:17 PM, Kent Glenn wrote:
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,
_______________________________________________
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.
References: | |
| >Database (From: Kent Glenn <email@hidden>) |