Android可以使用.mdf数据库吗?

问题描述:

我正在开发一个有两个阶段的应用程序是基于Asp.net的web,第二个是android。 Android应用程序将从asp.net数据库文件fetech数据。我需要知道Android是否可以使用.mdf数据库?如果不是那么它将适用于哪种类型的数据库???

I am developing an app that has two phase one is web based on Asp.net and 2nd is android. the android app will fetech data from asp.net database file. I need to know that is Android can work with .mdf database or not? if not then what type of database it will work for both???

不确定Android是否可以访问MDF文件 - 但它可以使用SqLite数据库(它们是Android的默认设置,.NET代码也是如此。
Not sure if Android can access MDF files - but it can use SqLite databases (they are the default for Android), and so can your .NET code.