q is a struct already.

Nick

-----Original Message-----
From: Mak Wing Lok [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 11, 2001 6:06 AM
To: CF-Talk
Subject: WDDX result set


hi..

i want to convert the output of CFWDDX into a structure, how can i do that?
i tried with the following code by using QueryToStruct custom tag but to no
avail as it returns with an error saying that "q" is not a query.

  <cfwddx action="WDDX2CFML" input="#wddxPacket#" output="q">
  <cf_QueryToStruct
   QueryName = "SA"
   KeyColumn="rec1"
   r_Struct="stQ">

help please.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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