I am familiar with reading mdb files with use of Microsoft.Jet.OLEDB.4.0. My case is that I would like to create .net core application, which could be run on Linux. Real question: how to read .mdb file on linux(and windows) using .net core?
I tried EntityFramework.Core.Jet but with no success.