ThinkGeo.com    |     Documentation    |     Premium Support

Sql query for TabFileFeatureLayer

Dear all,


Is Sql query is supporting on TabFileFeatureLayer.


ShapeFileFeatureLayer executes sql query , but I have TabfileFeatureLayer and when I am trying to execute sql query, it retuens below error Message


Executing sql queries is not supported and the user should always check the CanExecuteSqlQueries to ensure the FeatureSource support it before calling.


When I checked CanExecuteSqlQueries property it returns False. How can I run sql query in TabFileFeatureLayer?


Another question is I have made my own class break style. Is there any way to save this style, so that user can select styles from user defined class break with different range style and color. If yes then how?


Please help


Regards


Sanjay



Sanjay,


Thanks for your post and questions.
 
I am sorry to say that we do not support the sql query for tab file for now, while we are developing managed code for tab file support, hope that we can get it supported when it is out.
 
I think we can consider using the serialization to save the class break style into binary data, following site contains some code snippet showing how to serialize and desterilize object, take a look if you are interested. For now, we only support binary serialization.
diranieh.com/NETSerialization/BinarySerialization.htm
 
Any more questions please feel free to let me know.
 
Thanks.
 
Yale