I have a point feature layer and related data table in my map service, both with 'pointID' attributes. I want to query the data table based on the selected point in the feature layer. I do not have ArcGIS Server 10, so I can't do related tables.
Is there a way to query the data table using only QueryTask? All the examples I see use QueryTask and Query together. I have seen people set up an separate database for the table, I don't want to do that really.
Thanks