Regarding:

"iv got a database which was made my a program called BluePhoneElite,
its a Mac OS X piece of software which pairs with a mobile phone over
bluetooth to allow messages and calls to be managed from the computer...
awesome piece of software untill it breaks.

Somehow the database has become corrupted, ..."


----------------

Hi, Aaron,

You may want to resort to your latest backup.  

What you *can* do with the corrupted database is to use the sqlite3
command-line utility and its ".dump <tablename>" command to try and
export each table to an ascii file.  Any tables that are corrupted won't
fully dump, but the idea is that you *might* nonetheless be able to
scavenge some good data that's newer than your last backup.  Making that
partial data play nicely with the "BluePhoneElite" software is another
issue entirely.   :-(
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to