I am new to iphone development.I want insert my xml parsed contents into a sqlite3 database and retrieve it and display it in a tableView.I am able to parse and directly display the contents using nsxml parser.Please help me how to proceed to store the contents in a database and retrieve it .Thanks.
Share
You should consider using Core Data instead of sqlite3. It manages automatically for you most of the hard works, and it loads to TableView efficiently.