On 4 Apr 2012, at 2:15am, Webdude <webd...@thewebdudes.com> wrote:

> But the same SQLite version, using the same schema, setup with the same 
> PRAGMA's, creating a db with the same data and in the same order, and despite 
> hardware / HDD / OS, should still produce the same file byte-for byte ?

And you must have done the same operations in the same order to create the data 
file.  No adding some records then deleting them again on one copy but not the 
other copy.

With all those conditions to satisfy, I suspect you're better off just writing 
a text file.

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

Reply via email to