Save the query in the session scope, ie:

<cflock.....>
<cfquery name="session.myquery" datasource="mydsn">
......
</cfquery>
</cflock>

Then the query is available from page to page.

DC

----- Original Message -----
From: "sam sidhom" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 9:41 AM
Subject: passing cfquery results to another page


> Can anyone tell me if there is anyway CF will pass the results of a
CFQuery to another page without having to requery the database?
>
> Thanks,
>
> Jennifer Johnson
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to