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

2011-11-21 Thread boesiii
I was able to get it working by upgrading MS4W to the new version on a 32bit PC, today I will try and get it to work on a 64bit PC, although I don't forsee any problems. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-joining-a-shapefile-and-MDB-tp7009404p7016385.h

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

2011-11-18 Thread boesiii
Even, What is the correct procedure to upgrade a MS4W installation? I downloaded release-1310-gdal-1-8-1-mapserver-6-0-1.zip and I copied OGRINFO.EXE to the current location. After I did this OGRINFO still crashed. Do I need to copy other files? Thanks, Ed -- View this message in context: h

[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