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 数据库?


基础教程推荐
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01