How to read a .sqlite file from objective C
Posted
by Futur
on Stack Overflow
See other posts from Stack Overflow
or by Futur
Published on 2010-05-19T13:29:17Z
Indexed on
2010/05/19
14:20 UTC
Read the original article
Hit count: 226
Hi All,
We have a .sqlite file ported with the app, and i wanted to decrypt the file(not just the contents, the whole file), the code we have is able to read a .txt file and i also tried reading the file in binary mode. This isn't working, is there a way to read a .sqlite file from the code.
kindly help
© Stack Overflow or respective owner