well in that format there's no cfqueryparam sql injection protection.....cause 
you're accepting whatever's in the variable.  

why do you have it that way?  that's a very bad performance because there's no 
execution plan caching, no query caching.

cfqueryparams cannot exist outside of a cfquery block.  so you can't put them 
into the code that generates your sql string.  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334057
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to