Hi All, Gdal 1.9 fails to open Esri Personal geodatabase file (.mdb) in some cases. The new PGeo driver looks into the header of the file for the GDB_GeomColumns table (http://trac.osgeo.org/gdal/changeset/21550) and cannot find it due to (I assume) the limited size of the header allocated (100Kbytes). My geodatabase has hundreds of tables and my assumption is that the buffer allocated for the buffer is too small to contain all the information required to check if the table exists.
A solution would be to first open the file and query the name of the table instead. Thank you. Nicolas Garel | Junior Software Engineer Micromine Product Email | [email protected]<mailto:[email protected]> http://www.micromine.com<http://www.micromine.com/> [cid:mm_corp_emailsig_perth.gif@f975285f74b34488990805508972a24c]
<<inline: mm_corp_emailsig_perth.gif>>
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
