tags:

views:

59

answers:

0

Hello, Can somebody please provide some example code to how I might connect a iPhone to a remote mysql database directly ( I know it's not the best way but is what is required for my app) What I need to do is create an NSArray of NSDictionaries that have as keys the column names and entrys the data in the column. Also I need to save the array to the database (overwriting the data already there). Help please.