Alami Omar wrote:
> it seems that in a sqlite format 3 file (that i have), the offset
> 28 value is not valid(not equal to the file size)

Please read the link you were given.  This size is in pages.

> what i am trying to do, is extract an SQLite Format 3 file from
> the hex code of another file [...]
> The header is at offset: 0x00102194.

Just extract everything beginning from there and then run VACUUM.


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

Reply via email to