> Does the presence of the <cfif> statement inside the cfquery 
> block negate all the performance benefits I would have 
> otherwise gained from using <cfqueryparam>?  If so, I would 
> guess this is a common issue people run into.  Is there a 
> best practice for handling this kind of situation?

Yes, to the extent that you are less likely to have another query with the
same prepared statement (and the same execution plan, of course) that can be
run again. Frankly, though, I wouldn't worry too much about that, since
coding around that causes all kinds of problems.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291889
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to