Hello,
I was using SQL db tables to load layer data on my map. Now I am interested in searching address, intersection of road using sql table data instead of Geocoder data(.dbf file). Let me know how to do this. If there is any demo available for this, please share the URL.
I am using MapSuite 8.0 (Licence Copy) for my application.
Regards:
Rupesh
Address Search and Intersect Using SQL
Hi Rupesh,
If you are using SQL db to load your data, please try to use our MsSql2008FeatureLayer, and you can do your spatial query by the API:
layer.QueryTools.ExecuteNonQuery("");
layer.QueryTools.ExecuteQuery("");
Regards,
Don