does windows 8 store apps support Ms Access database?

岁酱吖の 提交于 2019-12-01 09:04:09

Depends on your definition of support, you could create a WCF service that allows you to access your data from MS Access, see the link below for how to access WCF Services in a Windows store app.

Accessing WCF Services with a Windows Store Client App

But if you don't want to be tied to MS Access or want to use a database as local storage for the application then here is an article discussing the various options you have for data storage.

Data Access and Storage Options in Windows Store Apps

No, but you can use SQLite for Windows Store apps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!