Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any sample code or project which does CRUD using SQLite but does offline sync with AZURE? #21675

Closed
yasmin-amajeed opened this issue Jan 4, 2019 — with docs.microsoft.com · 6 comments

Comments

Copy link

yasmin-amajeed commented Jan 4, 2019

the demo tutorial is based on using AZure db, does not show how to sync the SQlite database.
Can you help, I am using Java and Android studio
How to sync multiple tables in local storage(SQLite) to Azure cloud ? How to setup back-end and database for that


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@BryanTrach-MSFT
Copy link
Member

@yasmin-amajeed Thanks for the feedback! We are currently investigating and will update you shortly.

@conceptdev
Copy link
Contributor

@yasmin-amajeed see the offline data sync page for an explanation of how the Azure App Service Mobile Apps offline sync feature works. It is intended as a 'local cache' for data queried from the server -- the local data store (which may be SQLite) is transparent to the developer.

It is not intended to provide a synchronization service for an arbitrary local SQLite data store, as you described. If you can fit your data into an Azure App Service back-end, you could then take advantage of this feature. Alternatively, you might want to investigate a 3rd-party solution that helps with data synchronization between clients and the server.

@BryanTrach-MSFT
Copy link
Member

@yasmin-amajeed We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.

@gojanpaolo
Copy link
Contributor

gojanpaolo commented Jun 28, 2019

Hello @BryanTrach-MSFT @conceptdev Is there a way to do this on a SQLite database in a windows desktop computer?
We primary develop windows desktop apps using WPF that saves data in a local SQLite database.
Thanks!

@conceptdev
Copy link
Contributor

Refer to the offline sync for Windows documentation.

@gojanpaolo
Copy link
Contributor

@conceptdev Thanks for the response! I'm assuming that this approach will also work on non-UWP apps (e.g. WPF)? It would be nice to include that on the said page to be clear for users (like me 😄) Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants