libraries and programs to help using MSAccess databases
MDB Tools is a suite of libraries and programs to facilitate the use of Microsoft Access databases, also known as Jet databases after the Microsoft Jet Database Engine or as MDB databases after the .mdb extension used by the file containing the database.
MDB Tools is a suite of libraries and programs to facilitate the use of Microsoft Access databases, also known as Jet databases after the Microsoft Jet Database Engine or as MDB databases after the .mdb extension used by the file containing the database.
To install mdbtools, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mdbtools
To see what files were installed by mdbtools, run:
port contents mdbtools
To later upgrade mdbtools, run:
sudo port selfupdate && sudo port upgrade mdbtools
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.