Robert,
First, thank you for your response. I am new to the ArcGIS API for Flex. If the query and queryTask will not allow me to join against another database table, do you know of a way for me to do this.
My example is my Layer is of all Zip Codes (33,000 records somewhat). When I drill down into an area I want to only highlight the zip codes that the client has requested. This could be a large list of zip codes so I am holding them in a temp table on my database. I don't see passing a list on the querystring as acceptable. I was hoping to somehow use the layer and temp table to highlight only the zip codes in the temp table. This was available in ArcIMS.