Hi Dasa,
Thanx again for the help. Yes, I'm aware of the two different methods but just can't get the getResultImageLayer() method with the resulting map service to work correctly. I've given up on that method, and I am using the getResultData() asyncronous and then adding the results as graphics. In the long run this might prove to be a better way for my needs. The only drawback I'm finding is that if my return results start to get above 10,000 records adding the graphics takes a while, and the client side can time out. I've limited the attributes in the results shp/table to only those attributes I need, I have also indexed some of those attributes, and created a spatial index. Do you have any suggestions on the performance?
Also, I've noticed that when performing a large spatial query thru the map service, the resulting .dat file in /arcgisserver/arcgisjobs/<path> gets extremely large. My initial data set is only 113mb with 350,000 records, but when I run a map service geoprocessing query on "say 10,000" records the .dat file size exceeds 250mb. What's up with that??????
Thank you for your patience,
Eddie