I have some data (Student info), and my app should be able to read and display these student records in a UITableView.
I need to know the following;
- ) Where should i store these student records ? I know that i could store them in the SQLITE query browser (in the MAC) but, when users install the app on the device how are they going to read the student records from (because the iPhone doesn’t have a query browser for someone to enter the records) ?
After creating Database in SQLITE save that Database, which gives you file with extension .sqlite then drag and drop that .sqlite file in to Resources folder of you application program in XCODE and then install in you iPhone It will work. and you can use Sqlite using iPhoen