问题
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