My program is basically trying to read , write and delete data into the database .
I’m currently stuck at the reading data part which i have no clue on how to proceed .
Writing and deleting data into the database has been done .
Please help me out by providing the relevant codes for reading data from the data base .
There is also another problem with my simulator , when i run and build the program the simulator shows nothing , however a re-run of it makes it workable , how do i solve this problems ?
Thanks in advance
There are a number of great tutorials out there for this; such as this one below which lays out the whole process in detail from start to end >
http://dblog.com.au/iphone-development-tutorials/iphone-sdk-tutorial-reading-data-from-a-sqlite-database/
Is there anything in particular regarding reading data you’re having trouble with? (or if its just a general how-to guideline you’re looking for, the above link should help.
Regarding your simulator, does this ALWAYS happen? Or once in a while. Normally, old code and dara residing on the simulator could cause errors like this, so resetting the simulator, and/or cleaning and building your code could help.
Cheers!