I am using sqlite3 in my app. when i use sqlite3_open function to open a db it creates the db. I am trying to open an existing db readonly. what will be the correct function to use ? I tried using sqlite3_open_v2 but got link error
Moreover I am trying to create a scenario where somr persistent storage [i dont mind files ] will be created by one application and will be used by another application. both the applications will be developed by me. please share any ideas.
I dont understand the motive behind encapsulating persistent storage. midp does not expose dbs to other midlets, but it exposes the files. i am still ignorant of the advantage of encapsulating the persistent storages and databases.
I would be happy if anybody can throw some light on this
regards
Jagat
Moreover I am trying to create a scenario where somr persistent storage [i dont mind files ] will be created by one application and will be used by another application. both the applications will be developed by me. please share any ideas.
I dont understand the motive behind encapsulating persistent storage. midp does not expose dbs to other midlets, but it exposes the files. i am still ignorant of the advantage of encapsulating the persistent storages and databases.
I would be happy if anybody can throw some light on this
regards
Jagat