locked
How to make access to a SQL DB in a Metro Style application using C++ RRS feed

  • General discussion

  • Hi, I am developing a Metro application for integration with a business application. How can I access my data base? Is there some WinRT components or other methods which can be used for this?

    Thank you.

     

    ClaudioJr

    Friday, September 30, 2011 1:09 PM

All replies

  • At the moment, no. You'd need to proxy your database access through a web service (or WCF).
    http://blog.voidnish.com
    Friday, September 30, 2011 2:19 PM
  • Thank you. It was exactly what I was planning to do for now, using a web service.

    ClaudioJr

    Friday, September 30, 2011 7:06 PM