does windows 8 store apps support Ms Access database?(Windows 8 商店应用程序是否支持 Ms Access 数据库?)
问题描述
我刚开始学习 Windows 8 商店应用程序编程,遇到了一个问题,Windows 8 商店应用程序是否支持 Ms Access 数据库?如果不是,那么它支持哪个所有数据库.
I have just started leaning windows 8 store app programming and came around a question that does windows 8 store apps support Ms Access database ? If not then which all database does it support.
谢谢
推荐答案
根据您对支持的定义,您可以创建一个 WCF 服务,允许您从 MS Access 访问您的数据,请参阅下面的链接了解如何访问 WCFWindows 商店应用程序中的服务.
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.
使用 Windows 应用商店客户端访问 WCF 服务应用
但是,如果您不想绑定到 MS Access 或想将数据库用作应用程序的本地存储,那么这里有一篇文章讨论了您拥有的各种数据存储选项.
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.
Windows 应用商店应用中的数据访问和存储选项
这篇关于Windows 8 商店应用程序是否支持 Ms Access 数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Windows 8 商店应用程序是否支持 Ms Access 数据库?


- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 输入按键事件处理程序 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 如何用自己压缩一个 IEnumerable 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01