> From: Robert Everland III
>
> I am running into an issue where Cf doesn't want to execute a
> query. Here is what I'm doing
>
> cfloop query
>     cfquery
>       cfloop query
>         cfquery
>           cfloop query
>             cfquery
>
> The last cfquery isn't executing. The query is good as for
> testing purposes I copied a query from above in the loop, and
> renamed it and it woudln't execute it. If I mess the code up
> on the last query it will error out. Is there some kind of
> limit I am hitting that I didn't know about.

Are these queries from the same datasource?

If so, do it in one query with joins (probably left outer join)

You'll save processing on the CF end, and will end up with one CFOUTPUT
GROUP= instead
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to