Read MS access database file (.mdb) in UWP

女生的网名这么多〃 提交于 2020-01-15 12:09:54

问题


I am working on Universal Windows Application. I want to read ms access database file, But it seems like System.Data.Oledb namespace is not available in UWP.

I don't want to use any Web Service which requires internet connectivity.

Is there any solution for reading MS Access file in UWP?

Thanks in advance.


回答1:


There are no way to do it. Only one avaliable DB format is SQLite.
You can use some converter tool
By the way, soon would be available Entity Framework for SQLite databases (it is in preview now)



来源:https://stackoverflow.com/questions/40146689/read-ms-access-database-file-mdb-in-uwp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!