How to join between ESRI Shapefile data with MySQL data<br>I'm try with <a href="http://mapserver.gis.umn.edu/docs/reference/mapfile/join">http://mapserver.gis.umn.edu/docs/reference/mapfile/join</a> <br><br> JOIN<br> NAME "DEMO"
<br> CONNECTION "MYSQL:DEMO,host=localhost,port=3306,user=root,password="<br> CONNECTIONTYPE ogr<br> TABLE "Gabungan"<br> FROM "Kecamatan"<br> TO "kecamatan"
<br> TYPE ONE-TO-ONE<br> END<br><br>but my query is no result<br><br clear="all"><br>-- <br>Bayu Kurniawan R<br><br>