I'm looking for help in the following, I'm doing a multiplatform project using Visual Studio 2017 and Xamarin.Forms, the problem is: I need to make a connection to MS Access Database.
I've seen a lot of tutorials and all used OleDB
to make the connection, however in my project I can not add System.Data.OleDB
as a reference because it just does not appear to add, does anyone know what I can do?