Re: Cocoa and MySQL
Re: Cocoa and MySQL
- Subject: Re: Cocoa and MySQL
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 30 Sep 2008 18:24:32 -0600
On Sep 30, 2008, at 5:27 PM, J. Todd Slack wrote:
Working with app that I use NSTask to execute some MySQL statements.
Why aren't you using the library directly or via ODBC? NSTask is
usually reserved for things that can't be done (easily) within
libraries.
Can anyone tell me what to deploy and where? I dont want them to
have to execute another installer to get this.
If you use PackageMaker to deploy your application, then you can
include one of the various MySQL distros in your package. Just make
sure the package is not installed if the user is using Mac OS X
Server, because Server comes with MySQL installed. Or you could use
the library directly or use ODBC...
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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