Nathan Morin
Posts: 0
Joined: Thu Sep 05, 2013 6:12 am

How do I write to a local database?

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How do I write to a local database?

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/

Return to “Issues”