I am new in iphone development, and I have made a simple application for restaurant order application, I have two NSMutableArray, one containing the names of different restaurants, and second is storing the price of items that are ordered,
I display them into UITable, but now I want to save them in sqlite3 database, how can I do that, by easy way,,,,
I have created a database file, use terminal of Mac, and one more thing that I have using simulator, not the iphone for now,,,,
any suggestion????
I’d recommend you to use Core Data if you want you work with databases on iPhone OS.
This tutorial should match your app quite well: iPhone Core Data: Your First Steps
Please ask if any more questions.