Re: [gdal-dev] Problem joining a shapefile and MDB

2011-11-18 Thread Even Rouault
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

[gdal-dev] Problem joining a shapefile and MDB

2011-11-18 Thread boesiii
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 s