I want to open an Esri Personal Geodatabase (*.mdb) file but get the following error code:
PGeo:qgis is not a valid or recognized data source.
I installed the Microsoft Access Database Engine 64 bit and created a new ODBC connection in the SYSTEM-DSN as recommended in other posts. I also tried to add the following two lines:
set OGR_SKIP=ODBC
set PGEO_DRIVER_TEMPLATE=DRIVER=Microsoft Access Driver (*.mdb, *.accdb);DBQ=%%s
in my qgis-grass7.bat file before the last line.
So far I tried every solution I found in the internet.
Does someone have an idea as to what could be the problem?