I am new in iphone, i am developing an ipad application (like offline mode application) in which data are comes from server and i have parsed these data and store into nsmutable array, now i want to insert these data into sqlite database how to do please give me some sample code. Any one help me please.
Share
Try reading this http://www.icodeblog.com/2011/11/04/simple-sqlite-database-interaction-using-fmdb/ tutorial its the easiest way to perform sqlite operations. you will just need to fire queries like SQL.