Why do you have to nest them???

If you are looking to loop over the results do this...

<cfloop query="query1">
----<cfoutput>#query1_info#</cfoutput>
  <cfloop query="query2">
    ---<cfoutput>#query2_info#</cfoutput>
    <cfloop query="query3">
    --<cfoutput>#query3_info#</cfoutput>
    </cfloop>
  </cfloop>
</cfloop>


Ther probably is a more graceful way to handle what your trying to do - but
witout more information on what that is...
this is th only solution..

More info needed...


James

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 07, 2000 9:44 AM
To: [EMAIL PROTECTED]
Subject: nesting queries??



Hello all,
          I would like to know how you guys are nesting queries?
i have to "Nest" multiple queries like

<cfoutput query="query1">
----
  <cfoutput query="query2">
    ---
    <cfoutput query="query3">
    --
    </cfoutput>
  </cfoutput>
</cfoutput>

How can i do this?
Thanks inadvance
Joe


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.



-----
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to