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 legacy format = true = in your connection string

See below under "Using the 3.3x database format."

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -