Re: Writing to a MySQL database server
Re: Writing to a MySQL database server
- Subject: Re: Writing to a MySQL database server
- From: Adrian Bool <email@hidden>
- Date: Sat, 3 Jan 2004 16:37:42 +0100
Another possible solution for SQL addicts,
http://www.hwaci.com/sw/sqlite/
No GPL to get in the way of this small SQL implementation...
Regards,
aid
On 2 Jan 2004, at 22:12, Karl Kuehn wrote:
If you do need the power of a SQL database, then there is a GPL'ed
solution for you at hand:
http://mysql-cocoa.sourceforge.net/
If you are just looking for persistence, then look into the
serialization provided by the Cocoa frameworks:
http://developer.apple.com/documentation/Cocoa/Conceptual/Archiving/
Concepts/serializations.html
Karl Kuehn
email@hidden
PS... there is also a similar project for PostgreSQL at:
http://pgsqlcocoa.sourceforge.net/
that project is also GPL'ed.
On Jan 2, 2004, at 2:59 PM, Kent Behrends wrote:
Is there a framework available to read/write from a MySQL server?
I have used Apples Serial example to read and write to a serial
device on the USB, now I would like to write this information into a
database. MySQL is already running on my local machine and the tables
have already been created.
What is the cleanest way to save the data?
_______________________________________________
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.