c# - How to access local sqlite database of android application from .NET application -
I want to synchronize the Android app database with the central SQL Server database. I am currently working on Net Web Services, web service should update the remote Android database every 10 minutes. I'm not getting the exact way. to do this? I have developed a web service, but the inability to access the database to access the remote database is an error. Is it possible to update the remote SQL database from .NET webservices? Please help me Is there any other solution?
You get the parameter See below under "Using the 3.3x database format." legacy format = true = in your connection string
Comments
Post a Comment