Page 1 of 1

Deleted Data

Posted: 07.08.2010, 08:50
by rinkley
Hello,

Ive looked around a bit for my own solution but Im not having much luck,

Please forgive me if this has been asked before,

I have downloaded a DB file from my phone

When I open my DB file with notepad I can see all my entries mixed up with some unknown codes.

Then when I open the same file with SQLite I notice that some of the entries are missing.

My guess is that inside the jumbled code I cant understand when I open the file with Notepad is a code that tells SQLite not to read these lines when importing my data.

Is there a way to have SQLite recognise all lines of data from my DB file?

thanks