locked
example of metro apps javascript to talk to database and odata RRS feed

  • Question

  • Could anyone let me know where can I find examples of Building Metro style apps with HTML5/JavaScript to talk to database and /or Odata?

    Wednesday, July 18, 2012 8:51 PM

Answers

  • Hi,

    it depends on what you want to do. If you want to consume data from a local database you should have a look at IndexedDB. For normal access to a database I would recommend that you build a service wrapper for the database and call this service in your app. The same would I do for OData (except that you have to build a service).


    Best Regards. When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. This helps us build a healthy and positive community.

    Thursday, July 19, 2012 8:38 AM