I am about to create an metro/windows 8 app where I need to read and write data in an old access 2007 database. Is it even possible with HTML5/JavaScript? Or should I consider XAML? Pros and cons?
There are no API provided to read Access databases. You would need to either provide access to it via a web service or convert to a different database format and use something like SQLite.