thanks for your answer Simon, could you please tell me file extensions of DB 
and also log files?
--- On Tue, 6/14/11, Simon Slavin <slav...@bigfraud.org> wrote:

From: Simon Slavin <slav...@bigfraud.org>
Subject: Re: [sqlite] SQLite Backup and log files format
To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org>
Date: Tuesday, June 14, 2011, 8:00 AM


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
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to