Re: [QGIS-Developer] Esri Personal geodatabase (*.mdb)

2018-05-10 Thread andreaerdna
andreaerdna wrote > Therefore, to ensure that OGR_SKIP and PGEO_DRIVER_TEMPLATE are correctly > set before QGIS 3 starts, you need to run qgis.bat (with the two line > added). and you can also, alternatively: - set the two variables as User or System Windows Environment Variables (in the Windows

Re: [QGIS-Developer] Esri Personal geodatabase (*.mdb)

2018-05-10 Thread andreaerdna
It seems the problem is in how QGIS 3 is launched from the Start Menu link on Windows: it now directly runs qgis-bin.exe instead of qgis.bat (or qgis-ltr.bat) like was for QGIS 2.18. Therefore, to ensure that OGR_SKIP and PGEO_DRIVER_TEMPLATE are correctly set before QGIS 3 starts, you need to

[QGIS-Developer] Esri Personal geodatabase (*.mdb)

2018-05-09 Thread Jorge Almerio
On Qgis 2.18.19 I can load a Esri Personal geodatabase (*.mdb) by adding the lines below to qgis.bat: " set OGR_SKIP=ODBC set PGEO_DRIVER_TEMPLATE=DRIVER=Microsoft Access Driver (*.mdb, *.accdb);DBQ=%%s " Anyone Can help on how to add a personal geodatabase on Qgis 3? Or please change