<div>Hi all,</div>
<div>&nbsp;</div>
<div>I&#39;m trying to convert an ESRI Personal GeoDatabase (.mdb) file.</div>
<div>&nbsp;</div>
<div>1.) The documentation (<a href="http://www.gdal.org/ogr/drv_pgeo.html">http://www.gdal.org/ogr/drv_pgeo.html</a>) says that </div>
<div>&quot;On Windows, no ODBC DSN is required.&quot; But given bahnhoefe.shp (.dbf/.shx) </div>
<div>on Windows: When I issue </div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp; ogrinfo PGeo:bahnhoefe bahnhoefe</div>
<div>&nbsp;</div>
<div>following error is produced (yes, 2 times):</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; ERROR 1: Unable to initialize ODBC connection to DSN for bahnhoefe,<br>&nbsp;&nbsp;&nbsp; [Microsoft][ODBC Driver Manager] Data source name not found and no default </div>
<div>&nbsp;&nbsp;&nbsp; driver specified<br>&nbsp;&nbsp;&nbsp; ERROR 1: Unable to initialize ODBC connection to DSN for bahnhoefe,<br>&nbsp;&nbsp;&nbsp; [Microsoft][ODBC Driver Manager] Data source name not found and no default </div>
<div>&nbsp;&nbsp;&nbsp; driver specified</div>
<div>&nbsp;</div>
<div>2.) Is it difficult to adapt the MDB reader and make it standalone, i.e. not depend on </div>
<div>ODBC but with a binary parser? This would also help linux users who now are obliged </div>
<div>to install unixODBC and MDB Tools.</div>
<div>&nbsp;</div>
<div>Any ideas?</div>
<div>Stefan</div>