Unanswered W3C Web SQL Database html5 example

  • lunes, 19 de septiembre de 2011 16:54
     
     

    Has anybody worked out an approach for using  W3C Web SQL Database as opposed to the W3C Web Storage sample as provided in the HTML5 sample code?

    It looks like the webstorage.js is terrific as an example but queries look like they may be a bit challenging. Apologies if this interpretation is incorrect.

    Would ultimately like to incorporate this into some phonegap apps so samples with raw HTML5 or phonegap would be great!

    Thanks for any guidance!

Todas las respuestas

  • sábado, 31 de marzo de 2012 15:07
     
     

    Found this about Web SQL Database in W3C website:
    This specification is no longer in active maintenance and the Web Applications Working Group does not intend to maintain it further.
    http://www.w3.org/TR/webdatabase/

    The HTML5 List sample seems similar to the Silverlight sample as for offline/cache scenario.