storing HTML5 webdatabase table data to sql server periodically
- by DotnetSparrow
I want to read data from html5 web database and post to sql server using vb.net server side. I have used following link as reference:
http://www.html5rocks.com/en/tutorials/webdatabase/todo/
I have created a web database and created table and stored some data in it. Now I want to store this data to sql server. How to get the data from html 5 web database and post to sql server each hour ( using some js timer).
Please suggest solution