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.

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

Reply via email to