Re: MySQL?
Re: MySQL?
- Subject: Re: MySQL?
- From: Jason Coco <email@hidden>
- Date: Mon, 15 Sep 2008 19:09:08 -0400
On Sep 15, 2008, at 18:59 , J. Todd Slack wrote:
Hi All,
Does anyone know what I need to connect from OS X to a MySQL DB and
run a few queries?
This would be from Objective-C or C++.
Any examples?
What should I be downloading?
The MySQL C API is distributed with MySQL, so if you have downloaded
the MySQL Community Server, you have
the libraries you need. You can freely call the C API from within
Objective-C and there is a C++ API as well. All
the documentation for using the MySQL C API is available on MySQL's
site in a variety for formats:
http://dev.mysql.com/doc/
HTH, J
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >MySQL? (From: "J. Todd Slack" <email@hidden>) |