site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com On Sep 30, 2008, at 5:27 PM, J. Todd Slack wrote: Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Nick Zitzmann