>i believe this is why folks suggest var scoping your variables in your > CFC methods :)
Thanks Charlie (figured that may be it)...so how do I scope a query name returned from CFQUERY given the situation I outlined? I suppose I could do this (which IMHO sucks): <cfquery name="q1">... <cfset var.resultQuery = q1> <cfreturn resultQuery> Seems like a lot of extra work to me (well...OK...1 extra line to scope it...but it "feels" like a waste ;-) So does the VAR scope keep variables local to the method that sets them? TIA Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257072 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

