On Fri, 28 Feb 2014 18:54:34 -0600, Ashleigh
<[email protected]> wrote:

> I'm trying to view files from my iphone backup I'm not
> sure which program it is it says sqlite it is a black box
> like the windows command

That would be the sqlite command line tool, sqlite3.exe .

If you start a MS Windows command window (CMD.EXE), 
then type 
        sqlite3 <yourfilename><enter-key>
, sqlite will open that file (if it really 
is a sqlite database).

Then type .h<enter-key> for help.

If you prefer a graphical user interface, I can recommend
the sqlite manager plugin in the Firefox web browser.

> If any one knows a better way to read and understand the files I would 
> greatly appreciate it 
>I think the file ext. is a plist. 
>Live, love & laugh. 
>

-- 
Groet, Cordialement, Pozdrawiam, Regards,

Kees Nuyt

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to