I'm lazy, so I didn't use your names, but here's the idea:

<cffunction ...>
  <cfset var get = "" />
  <cfquery dataasource=".." name="get">
    ... sql for DB query ...
  </cfquery>
  <cfquery dbtype="query" name="get">
    ... sql for QofQ ...
  </cfquery>
  <cfreturn get />
</cffunction>

cheers,
barneyb

On 10/25/05, Will Tomlinson <[EMAIL PROTECTED]> wrote:
> > Just drop it right in there, making sure to use the same name as the
> > 'real' query.  The QofQ result will overwrite the result from the DB,
> > and then you can return it just as you're currently doing.
> >
> Sorry for the denseness barney, but drop what in where. heehee.
>
> I tried a few things but nuthin works as of yet.
>
> Thanks much,
> Will
>
>

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222266
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to