Hi,
I create an application using Coredata. I create a XML file and store all data into XML file. Then using coredata i store them into Database. Now i want to view the all records from core data. My application create a sqlite file. But if i use select command in sqlite, there is no records displayed. But It shows "no errors". If there is any way to view my records from core data or from Sqlite?
If anybody know the solution, please help me.
Thanks.