Forum Discussion
Classic ASP and SQL server on Azure > Offline transactions
Sorry for the confusion. I want the SQL server to Azure as well.
if it's a mobile app, you could use the Offline data sync feature.
https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-offline-data-sync
If it's a desktop app, perhaps something like SQLlite could be used ?
https://www.sqlite.org/whentouse.html
- Mike JansenJan 18, 2018Iron Contributor
It's not a mobile app. Just a webapplication which, sometimes, is used on a tablet in places where Internet can be poor/none. I do want the user to be able to enter data, which can be processed when internet is available again.
- Amine EznaidiFeb 15, 2018Copper Contributor
Could you explain how the app works now with SQL onprem? What is the version? Describe the whole process. If you decide to go webapp and SQL IAAS: it is the same process but without any knowledge of the network\architecture: i can only speculate...