Le vendredi 18 novembre 2011 20:14:42, boesiii a écrit : > I am trying to join a shapefile and MDB using the following command: > > ogrinfo -sql "SELECT * FROM PLOTS LEFT JOIN > 'ODBC:geoplan,County_Taxid_Parcels'.County_Taxid_Parcels ON > PLOTS.SHRT_TXID=County_Taxid_Parcels.SHRT_TXID" > D:\ms4w\apps\ftmagisapp_v2\maps\background\PLOTS.shp > > The ogrinfo command says it opens the shapefile but then it immediately > crashes. > > What could be causing it to crash? > > I ultimately will be using this inside a MapServer map file to display > owner names from the MDB.
You didn't mention which GDAL version you are using. But if it is 1.8.0, then you probably have hit http://trac.osgeo.org/gdal/ticket/4112 that has been fixed in 1.8.1 > > Thanks. > > > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/Problem-joining-a-shapefile-and-MDB > -tp7009404p7009404.html Sent from the GDAL - Dev mailing list archive at > Nabble.com. > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
