PDA

View Full Version : sqlite write security



lesat
28th April 2010, 05:05
hi,
this is my post at this forum and am not sure if this is the proper section - excuse me if its the wrong one.
i've built an app which reads from sqlite db and integrates another set of data to it.
i have been trying to make sure that the sqlite db is not written or modified in any way. reading from db dosent need to be secure.

can any one suggest me a fool proof method of doing that.
thanks in advance.