Just curious - but what you are doing in your form that makes you _have_ to use N packets for the query? Are you sure you simply can't serialize the whole query into one form field? It won't make _that_ big of a difference in terms of speed, but I'm curious.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email : [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: E. Keith Dodd [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 03, 2003 11:48 AM > To: CF-Talk > Subject: Re: WDDX for row of a query > > > Update on query row: > > For the time being, at least, I used a UDF from the library: > QueryRowToStruct(), which did what I wanted. > > <cfloop query="qFolders"> > <CFSet thisQ = QueryRowToStruct(qFolders, currentRow)> > <CFWddx action="cfml2wddx" input="#thisQ#" output="qPack"> > <!--- form with qPack as hidden field ---> > </cfloop> > > Thanks forum for the help in getting me ontrack! > > Keith > > ----- Original Message ----- > From: "E. Keith Dodd" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Monday, February 03, 2003 11:26 AM > Subject: Re: WDDX for row of a query > > > > Thanks Mark, Ray, Pascal > > > > I hadn't realize the nature of the Query results compared > to a usual > > structure. > > > > Tried the Q of Q, both before serializing/sending and > after. That will > work. > > Need to investigate, however, whether the additional queries and > > serialization is worth it versus just doing all hidden fields. Will > > look at some UDF's to see if anything there can help. At > least now I > > know what I am dealing with so can continue. Thanks! > > > > > - > [This E-mail scanned for viruses by declude AntiVirus Software] > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

