Passing a Query Result Set

2001-06-22 Thread Christian Abad

Folks :

Is it possible to pass the entire results of a query from one template to
another?  How is this accomplished?

Thanks,

Christian N. Abad

ColdFusion Developer
Bank of America - eCommerce Technology


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Passing a Query Result Set

2001-06-22 Thread Dave Hannum

WDDX will do the trick.  Check www.openwddx.org

Dave




- Original Message -
From: Christian Abad [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, June 22, 2001 2:22 PM
Subject: Passing a Query Result Set


 Folks :

 Is it possible to pass the entire results of a query from one template to
 another?  How is this accomplished?

 Thanks,

 Christian N. Abad

 ColdFusion Developer
 Bank of America - eCommerce Technology



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Passing a Query Result Set

2001-06-22 Thread Garza, Jeff

Non-Clustered Response...
Assign it to the server, application or session scopes.  These are held in
memory for the duration of the application or session or, in the case of
server, until the CFAS is restarted.  Remember to ALWAYS lock your reads and
writes to prevent corrupted memory, strange PCode errors or worse

Clustered Response...
If you are dealing with a clustered server environment (or planning on
moving to one...) I'd take a look at XML.  Search the archives for WDDX or
SOXML.

HTH,

Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200
[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: Christian Abad [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 22, 2001 11:23 AM
To: CF-Talk
Subject: Passing a Query Result Set


Folks :

Is it possible to pass the entire results of a query from one template to
another?  How is this accomplished?

Thanks,

Christian N. Abad

ColdFusion Developer
Bank of America - eCommerce Technology
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists