Windows 8商店应用是否支持Ms Access数据库?

时间:2022-04-20 00:02:21

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.

我刚刚开始关注Windows 8商店应用程序编程,并提出了一个问题,Windows 8商店应用程序是否支持Ms Access数据库?如果没有那么它支持哪个数据库。

thanks

2 个解决方案

#1


2  

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.

取决于您对支持的定义,您可以创建一个允许您从MS Access访问数据的WCF服务,请参阅下面的链接,了解如何在Windows应用商店中访问WCF服务。

Accessing WCF Services with a Windows Store Client App

使用Windows应用商店客户端应用访问WCF服务

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.

但是,如果您不想绑定到MS Access或想要将数据库用作应用程序的本地存储,那么这篇文章将讨论您用于数据存储的各种选项。

Data Access and Storage Options in Windows Store Apps

Windows应用商店应用中的数据访问和存储选项

#2


2  

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

不,但您可以使用SQLite for Windows Store应用程序。

#1


2  

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.

取决于您对支持的定义,您可以创建一个允许您从MS Access访问数据的WCF服务,请参阅下面的链接,了解如何在Windows应用商店中访问WCF服务。

Accessing WCF Services with a Windows Store Client App

使用Windows应用商店客户端应用访问WCF服务

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.

但是,如果您不想绑定到MS Access或想要将数据库用作应用程序的本地存储,那么这篇文章将讨论您用于数据存储的各种选项。

Data Access and Storage Options in Windows Store Apps

Windows应用商店应用中的数据访问和存储选项

#2


2  

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

不,但您可以使用SQLite for Windows Store应用程序。