I happily used ActiveRecord
http://github.com/aptiva/activerecord/tree/master
Look how nice it is to connect:
NSDictionary * databaseConnectionInfo = [NSDictionary
dictionaryWithObjectsAndKeys:
@"127.0.0.1", @"host",
@"obama", @"user",
@"supersecretpassword", @"password",
@"databasename", @"da
SMySQL_bundled.framework is list on that page (
http://mysql-cocoa.sourceforge.net/downloads.html ) under "Binary files".
it's grayed out and listed as deprecated but still available for download.
I linked it into a fresh project and it complied successfully.
hope that helps
+Clint
On Fri, Mar
Hi,
Actually i searched for this and i got lots of posting about MySql
but these are very old. i followed some posting also.
Like i found "http://mysql-cocoa.sourceforge.net/downloads.html";
and we can use this mySql Api for our application.
I downloaded this api and