I have successfully adapted this tutorial ( http://docs.appery.io/tutorials/build... )to fit my app.
How do I write to a local database? How do I then upload that to the database from which it comes?
I have successfully adapted this tutorial ( http://docs.appery.io/tutorials/build... )to fit my app.
How do I write to a local database? How do I then upload that to the database from which it comes?
Hi Nathan,
You can do this with JavaScript and WebSQL. For more information please check this references:
:: http://www.html5rocks.com/en/tutorial...
:: http://www.w3.org/TR/webdatabase/