On Wed, Jan 13, 2010 at 5:58 PM, Ali Awan wrote: > And if that is true, then how come ColdFusion handles it differently when I > pull that CF page out of that app, and run it by itself?
If that's the case, you know that it's not ColdFusion itself causing the error. I don't think queries are var scoped by default-- do you perhaps have another query by that name getting processed prior? Maybe try adding <cfset var yourQueryName = "" /> before your query? Sounds like a scope problem to me, FWIW. :deN -- Without some goals and some efforts to reach it, no man can live. John Dewey ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329650 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

