> creates the myQuery variable as a string and not as a > query.
It does. But as soon as your run the cfquery the "myQuery" variable is essentially becomes a query object. > Does it make a significant difference to > use QueryNew rather than "" (empty string) as in the > following: For a function that simple, I am not sure I see the benefit of declaring a query object that just gets replaced in the very next line. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346483 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

