Assuming I understand you correctly, you have something like mystruct.[some other stuff].myquery Assuming IsQuery(mystruct.[some other stuff].myquery) returns "true," you should be able to use that just like you would any other query (in cfloop, etc).
On Thu, May 21, 2009 at 3:04 PM, Priya Koya <[email protected]> wrote: > > Hi All, > > I am consuming a .net webservice where I am converting dataset. > I get the response back with query table in a struct. > > Generally when we read a query and the return type is query .. but here I > have a query table in struct. > > How do I read the data from the response querytable in struct. > > Thanks, > Priya > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322691 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

