How to join between ESRI Shapefile data with MySQL data
I'm try with http://mapserver.gis.umn.edu/docs/reference/mapfile/join

 JOIN
        NAME "DEMO"
        CONNECTION "MYSQL:DEMO,host=localhost,port=3306,user=root,password="
        CONNECTIONTYPE ogr
        TABLE "Gabungan"
        FROM "Kecamatan"
        TO "kecamatan"
        TYPE ONE-TO-ONE
    END

but my query is no result


-- 
Bayu Kurniawan R

Reply via email to