I am building a hotel management service in C # on Visual Studio (Mac), and I cannot find a good explanation of how to add a local database file to my project. I created a database table in an open office (.odb file), but it does not seem to me that this is a way to implement it in my project. The documentation is nothing like this. Has anyone figured out how to add databases to a Mac Visual Studio project?
source
share