storing HTML5 webdatabase table data to sql server periodically

Posted by DotnetSparrow on Stack Overflow See other posts from Stack Overflow or by DotnetSparrow
Published on 2012-08-30T09:36:56Z Indexed on 2012/08/30 9:38 UTC
Read the original article Hit count: 295

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

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery