Saving Structures to Client Variables with ColdFusion
By: Bill Betournay on Friday, March 7, 2008
Reader Level: 
I've always liked using Client variables in ColdFusion. In fact, I probably use them more then I should. The fact that I can set a client variable and not have to worry about passing it around my application in order to use its value is, well, lazily handy for me. However, serious programming involves Queries, Arrays and Structures. Client variables are not typically used to store these types of objects. This article talks about, and shows you how to, set Queries, Arrays and Structures to a Client variable.
Bill Betournay has been specializing in web development and database design since
1999. He is currently employed at Algoma Steel (A Subsidiary of Essar
Global) in Northern Ontario as a programmer analyst and at Jordan Media
Ltd., a Marketing and Application Development firm in the UK. For the past
several years Bill has maintained a high profile within the Cartweaver
(Coldfusion) community as a developer providing additional custom
functionality via his web site DataPacks.com. Bill is often spotted
lurking in the Cartweaver CF newsgroup.



