On 10 Mar 2014, at 12:58pm, Muhammad Bashir Al-Noimi <mbno...@gmail.com> wrote:

> May I get some help from you guys?

If you're asking how to synchronise two SQL databases which may have had 
different commands executed on them, then you should know that this is an 
unsolved problem which involves many difficult questions. The reason nobody is 
giving you an answer is that nobody in the whole world has a good solution 
which works in all cases.

One way involves logging all the commands executed on the databases, and 
playing back these commands on an unaltered copy of the database.  And even 
this can lead to undesired results.

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

Reply via email to