I am using a Query on a Query Result, but i want to feed the "querys name" through a CFC.
I push the Queries Recordset into the CFC, which works, but when i do: [CFQUERY dbType="Query"] SELECT * FROM #arguments.qDataSet# WHERE Date BETWEEN A AND B etc.. [/CFQUERY] If for some reason won't recognise the "qDataSet" variable. I have tried methods like Evaluate() or using "[]" around the variable and still nudda. Inside the CFC, if i reference qDataset.recordcount it infact returns the total records and if i do a cfdump on that variable, it also recognises it as a query... I'm outta solutions on this one! :D --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
