views:

706

answers:

2

I want to connect MySQl database with my iphone application.Read, write, save some data into the database.How can i do this.

+1  A: 

There's a wrapper at http://code.google.com/p/mysql-cocoa-framework/

hatfinch
A: 

Here's a link to a blog post that might help

http://iphone-cocoa-objectivec.blogspot.com/2008/10/connecting-to-mysql-hell.html

Abizern