1. You also need to install the Microsoft Access Database Engine to be able to connect to your database. You need to install it on the local machine and the web server.
Download link. Choose 64-bit version:
Microsoft Access Database Engine
Install it. If it doesn't install (i.e., you see a warning related to the another MS Office components conflict), try running it from the command prompt with the "/passive" parameter:
AccessDatabaseEngine.exe /passive
If you are trying to install Microsoft Access Database Engine 2016 or a newer version, use the "/quiet" parameter:
AccessDatabaseEngine.exe /quiet
If neither helps, try uninstalling the previous version of Microsoft Access Database Engine from your system.
2. On the web server, make sure you have provided full permissions to web server users for the folder where the database file resides.
3. Make sure that your php.ini file contains the following line:
extension=php_com_dotnet.dll
See also:
•Open Database Connectivity (ODBC)