I load a shapefile layer for a user and then he can run different SQL Query over it, now I want to show the query result on the map.
for example: consider user loading the road map of a special city , then he go to query form and run special query over it, like:
SELECT * FROM xxxx WHERE Col1=xx and COL2=yy and ...
now i want to change the color of the roads that was apear on the result of above Query.
my problem is : How to convert the datatable result to Featurs IDs or something like that to find the features base on it.
Regards,
Ben