Yup:

<cfquery name="yourQuery" dbtype="query">
        SELECT *
        FROM SESSION.yourQueryData
</cfquery>

<cfdump var="#yourQuery#">

Adrian

-----Original Message-----
From: Rick [mailto:[EMAIL PROTECTED]
Sent: 30 September 2008 20:10
To: cf-talk
Subject: Query of Session?

I have a large amount of data returned from a database using a query and I
write it to a session. Now I want to query that session results much the
same way as you would do  a query of Query. 

Isn't this possible?

I want to build a "Search within these Results".

Thanks.

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313282
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to