1
Guys I’m in need of help in the following, I’m doing a cross-platform project using Visual Studio 2017 and Xamarin.Forms, the problem is: I need to make a connection to MS Access Database.
I’ve seen several tutorials and all used the OleDB
to make the connection, however in my project I cannot add to System.Data.OleDB
as a reference because it simply does not appear to add, someone knows what I can do?
Where would this database be hosted? in the cloud or locally?
– Diego Rafael Souza
The database is hosted in the cloud
– Crash_Override