Databse sync
Hi,
I have built a web based application using ASP.Net/C# and I have built the same application but modified for mobile use using Titanium.
Since the two applications have separate databases (for mobile offline use) I would like to sync both databases whenever required so that the data should not have to be entered twice.
Any ideas or suggestions on how to do this either through a webservice or if there is already some function ready both in Titanium and ASP/C#?
Thanks!
P.S: I am developing the mobile application for Android