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 数据库?
基础教程推荐
- C# 9 新特性——record的相关总结 2023-04-03
- 重新排序 WPF TabControl 中的选项卡 2022-01-01
- 在 VB6 或经典 ASP 中使用 .NET 2022-01-01
- 如果条件可以为空 2022-01-01
- 更新 Visual Studio 中的 DataSet 结构以匹配新的 SQL 数据库结构 2022-01-01
- 获取C#保存对话框的文件路径 2022-01-01
- 从 C# 控制相机设备 2022-01-01
- 将数据集转换为列表 2022-01-01
- Mono https webrequest 失败并显示“身份验证或解密失败" 2022-01-01
- SonarQube C# 分析失败“不是指针的有效行偏移" 2022-01-01
