I need some inputs for my requirements. I need to read and display the data(text,image,urls)from the SQLite. The data for the SQLite table comes from the XML file and needs to import from the command line. The sqlite needs to be packaged with the iphone app.
1.What are comamnd line sql steps to feed the XML data into the SQLite ?(e.g table Sponsors:name(label-string),logo(UIImage cell-image),url(string-UIButton)
2.Can we package the sqlite database that contains the 200 records with the iphone app?
3.What code needs to change for the core data example to just read and diaplay the data from the sqlite database