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 数据库?
基础教程推荐
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- WPF 模态进度窗口 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
