On 4 Oct 2012, at 2:06pm, Alami Omar <omarr...@gmail.com> wrote:

> Hello, does SQLite format files have any size(fie size of the sqlite file)
> info on the header ? Thank you.

You can find file content information here:

http://www.sqlite.org/fileformat.html

There's no specific location with the length in bytes, you have to multiply @16 
and @28 and add some header space (I think).

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to