Hi
The thing is I have successfully incorporated the SQLite database in the simulator version of my application. But when I try to port this application in an ipad/iphone, it fails to pick up the database. How do I resolve this issue?
Is it due to incorrect path mentioned in one of my scripts?
A brief snippet of my application - On clicking a person. The database should return his name, age and nationality(This information has been fed in externally).
Thanks.