I have apps that sync DB from sqlite to sqlserver in a website. The problem is that I need to sync both sides (server side and phone side). It means when user insert/update/delete any data from web it should be reflected in phones and also when any change is made in phone's DB it should be reflected on website.I have apps that sync DB from sqlite to sqlserv