Hi i'm new to Java,Now i'm developing an android application.I want to sync the sqllite db to mySQL or SQLServer in android emulator i don't have any idea. Please provide some details and samples about synchronization in android application.Waiting for ur favourable reply..
A:
I've written some guidance on synchronizing a mobile database to a Web site back-end in answer to this question.
In short, though, you've got a lot of code to write. Multi-master replication is not trivial. You'll have to track the versioning of every row on each side, figure out a way to handle conflicting edits, and also track the keys of deleted rows so the deletes propagate.
Jeffrey Hantin
2010-10-07 06:01:02