On 14 Jun 2011, at 9:04am, Tahora H.Nazer wrote: > what is the format of the file that this DB make after doing a backup > operation?
It is a normal SQLite database file, using the same format as a normal database. You could delete your usual database file, put the backup file in its place, and everything will work as you would want. > dos SQLite make log files containing info of DB? what is its format? If you want to turn a database into something you can read, you might like to dump its contents as SQL commands. You can do this with the command-line tool: http://www.sqlite.org/sqlite.html which you can download from http://www.sqlite.org/download.html Look for 'sqlite-shell'. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users