On 4/2/2012 9:37 PM, Webdude wrote:
It's not important that the 2 db files are exactly the same all the time
that people are editing them, but only when they 'finalise' a 'package'.
So what if some code in the 'packaging' process performed a sequence of
queries that read all the data from the db, table by table, and inserted
it into a new db.

I don't mind the extra coding, and reluctantly can put up with the extra
time taken to package at the end if need be.

If that's the case, can't you just dump the database, say, as a text file containing a sequence of SQL statements? Sort by table name, and within each table by rowid.
--
Igor Tandetnik

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

Reply via email to