A family of Microsoft relational database management systems designed for ease of use.
The "2016 version" from the other answer is ACE not JET, it is the recommended modern replacement and opens the same files but uses a different connection string. If you have apps you can not change that use Microsoft.JET.OLEDB.4.0 connection string you need older versions. There are different Jet Engine installers for 9x/NT and 2k that have been removed from Microsoft's site but are on archive.org. This one is from winetricks:
With some luck it may work on newer versions of windows that have had their JET Engine files removed somehow, though I'd think a proper OS repair/reinstall would be better for those.