SQLite Database Integration in ipad/iphone

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.

@Rash, you can try Siaqodb for Unity3D as local database, very simple API, zero config, just put dll in your scripts folder and it simply works for both Unity3D editions(Pro and Basic) and on all platforms:iOS, Android, PC, Mac.