I am trying to create an .net core asp mvc app which will read/write to an MS Access database.
I can't seem to find any information on how this can be achieved, or whether it is in fact possible, apart from this question, but none of the answeres there actually give any useful informtion.
For instance the top answer suggests using Access Database Engine, but there is no mention on how to actually connect to it.
The next answer talks about using Jet, but I got stuck with this issue, and it seems that its not actually supported in dotnet core..
Is it actually the case that I can't access a .mdb file using dotnet core?
If it is possible, could anyone point me towards some sample code or give any guidance as to how this can be done?