Store user data in Windows 8 metro app

前端 未结 4 896
醉梦人生
醉梦人生 2021-02-19 18:28

I am learning how to develop Windows 8 Metro style apps but i couldn\'t found a way to store user data in SQL Server for example.

What could i use or how to store user d

4条回答
  •  别那么骄傲
    2021-02-19 18:37

    You can use SQLite for Windows Runtime

    Here is a blog post explaining how to use it:

    http://timheuer.com/blog/archive/2012/08/07/updated-how-to-using-sqlite-from-windows-store-apps.aspx

提交回复
热议问题