Re: [gdal-dev] How to read a PGeo source file using GDAL 2.4

2022-08-02 Thread andy
Thank you Nyall. On Tue, 2 Aug 2022 at 00:43, Nyall Dawson wrote: > > That said, you may have some luck if you try setting the environment > variable "OGR_SKIP=ODBC". That was required for a working mdbtools > driver on older GDAL releases. > After running "export OGR_SKIP=ODBC", and " ogrinfo

Re: [gdal-dev] How to read a PGeo source file using GDAL 2.4

2022-08-01 Thread Nyall Dawson
On Wed, 27 Jul 2022 at 23:36, andy wrote: > > Hi, > I have compiled GDAL to enable PGeo, and now I have it in --formats. > > But if I run "ogrinfo PGeo:input.mdb", I have > > ERROR 1: PGeo: MDB Tools driver not found! > Warning 1: Unable to install MDB driver for ODBC, MDB access may not > suppor

[gdal-dev] How to read a PGeo source file using GDAL 2.4

2022-07-27 Thread andy
Hi, I have compiled GDAL to enable PGeo, and now I have it in --formats. But if I run "ogrinfo PGeo:input.mdb", I have ERROR 1: PGeo: MDB Tools driver not found! Warning 1: Unable to install MDB driver for ODBC, MDB access may not supported. ERROR 1: Unable to initialize ODBC connection to DSN fo