Syncing two SQL databases that can both be independently written is not a trivial problem and somewhat application-specific. I found the Gears case study of RememberTheMilk.com extremely informative in my own attempts at syncing two databases. http://gearsblog.blogspot.com/2007/09/gears-case-study-what-we-learned-from.html
Jonathan On Nov 11, 7:10 am, David <[email protected]> wrote: > Hello, i'm trying to find some information to sync the data of a > server-side database (Mysql) with a client-side database (google > gears), can help me ?
