<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Little Known Attribute of CFQUERY</title>
	<atom:link href="http://www.kylehayes.info/2007/04/23/A-Little-Known-Attribute-of-CFQUERY/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kylehayes.info/2007/04/23/A-Little-Known-Attribute-of-CFQUERY/</link>
	<description>Rich Internet solutions utilizing Flex, ActionScript, JavaScript, Dojo, Objective-C, and the iPhone</description>
	<lastBuildDate>Tue, 09 Feb 2010 17:43:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: timb</title>
		<link>http://www.kylehayes.info/2007/04/23/A-Little-Known-Attribute-of-CFQUERY/comment-page-1/#comment-160</link>
		<dc:creator>timb</dc:creator>
		<pubDate>Thu, 05 Mar 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2007/04/23/A-Little-Known-Attribute-of-CFQUERY#comment-160</guid>
		<description>When a select query is called from a cfc and the query object is returned to is there any way to return the result=&#039;myResult&#039; variable as well. Do I have to change my return type to return a structure that contains two keys one for the query object and one for the result struct? Any way this result can be simultaneously returned with all returned query objects.

Thanks a lot.
Tim</description>
		<content:encoded><![CDATA[<p>When a select query is called from a cfc and the query object is returned to is there any way to return the result=&#8217;myResult&#8217; variable as well. Do I have to change my return type to return a structure that contains two keys one for the query object and one for the result struct? Any way this result can be simultaneously returned with all returned query objects.</p>
<p>Thanks a lot.<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hayes</title>
		<link>http://www.kylehayes.info/2007/04/23/A-Little-Known-Attribute-of-CFQUERY/comment-page-1/#comment-161</link>
		<dc:creator>Kyle Hayes</dc:creator>
		<pubDate>Thu, 05 Mar 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2007/04/23/A-Little-Known-Attribute-of-CFQUERY#comment-161</guid>
		<description>That is correct, you would need to create a struct to pass both items back.</description>
		<content:encoded><![CDATA[<p>That is correct, you would need to create a struct to pass both items back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.kylehayes.info/2007/04/23/A-Little-Known-Attribute-of-CFQUERY/comment-page-1/#comment-162</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Thu, 05 Mar 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2007/04/23/A-Little-Known-Attribute-of-CFQUERY#comment-162</guid>
		<description>Thanks...that works great I was just hoping to be able to use it on pre-written code that is expecting a query back from the cfc rather than the structure. I think i&#039;ll always return a structure from my cfc instead of the query object from now on to have that information available. Thanks for your clarification.</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;that works great I was just hoping to be able to use it on pre-written code that is expecting a query back from the cfc rather than the structure. I think i&#8217;ll always return a structure from my cfc instead of the query object from now on to have that information available. Thanks for your clarification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hoff</title>
		<link>http://www.kylehayes.info/2007/04/23/A-Little-Known-Attribute-of-CFQUERY/comment-page-1/#comment-158</link>
		<dc:creator>Scott Hoff</dc:creator>
		<pubDate>Mon, 23 Apr 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2007/04/23/A-Little-Known-Attribute-of-CFQUERY#comment-158</guid>
		<description>What is the best way to define the term sandbox? I think I understand the problems with flash and sandbox violations, but I don&#039;t think that I completely get what &quot;sandbox&quot; means in the context of the coldfusion/ria/computer world.</description>
		<content:encoded><![CDATA[<p>What is the best way to define the term sandbox? I think I understand the problems with flash and sandbox violations, but I don&#8217;t think that I completely get what &quot;sandbox&quot; means in the context of the coldfusion/ria/computer world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hayes</title>
		<link>http://www.kylehayes.info/2007/04/23/A-Little-Known-Attribute-of-CFQUERY/comment-page-1/#comment-159</link>
		<dc:creator>Kyle Hayes</dc:creator>
		<pubDate>Mon, 23 Apr 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2007/04/23/A-Little-Known-Attribute-of-CFQUERY#comment-159</guid>
		<description>In this case, I use the term very casually. I just have a folder in my webroot called sandbox where I create various files to test things in. This does not refer to the ColdFusion Security Sandbox.</description>
		<content:encoded><![CDATA[<p>In this case, I use the term very casually. I just have a folder in my webroot called sandbox where I create various files to test things in. This does not refer to the ColdFusion Security Sandbox.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
