This content has been marked as final.
Show 3 replies
-
1. Re: Q of Q in a cfc
hatethisnamegame Sep 19, 2006 7:33 AM (in response to Dan Bracuk)You could create the query using QueryNew().
<cfset PrimarySurgeons = QueryNew()>
after populating it you can q of q with
SELECT PrimarySurgeons.fieldname, etc. -
2. Re: Q of Q in a cfc
Newsgroup_User Sep 19, 2006 7:34 AM (in response to Dan Bracuk)Your work around is as good as it gets in QoQ, as far as I know.
You cannot use more than one dot in a reference to anything in the QoQ SQL
(or something silly like that).
--
Adam -
3. Re: Q of Q in a cfc
Newsgroup_User Sep 19, 2006 8:32 AM (in response to Dan Bracuk)> This crashes;
> select Property.PrimarySurgeons.fieldname, etc
PS: when saying things like this, it's always best to post the error. Or
explain how it crashes.
--
Adam



