0

I would like to develop a small prototype on Windows 8 where I can select products and add them to cart. However I understand that WinRT does not support local databases (MS-Access, SQL), hence how can I store the product and cart information?

aurelio
  • 207
  • 1
  • 8
  • 18
  • Possible duplicate: http://stackoverflow.com/questions/9342511/local-database-storage-for-winrt-metro-applications – Pol Jun 16 '12 at 09:04

1 Answers1

0

You can use SQLite. See http://timheuer.com/blog/archive/2012/05/20/using-sqlite-in-metro-style-app.aspx for details.

JohnB
  • 117
  • 1
  • 5