Re: How to use MySql, which api is for that

2009-03-14 Thread Karolis Ramanauskas
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

Re: How to use MySql, which api is for that

2009-03-13 Thread Clint Shryock
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

How to use MySql, which api is for that

2009-03-12 Thread haresh vavdiya
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