Page 1 of 1

How do I write to a local database?

Posted: Sat Mar 15, 2014 10:45 pm
by Nathan Morin

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?


How do I write to a local database?

Posted: Sun Mar 16, 2014 5:32 am
by Illya Stepanov

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/