I believe SQL (and probably oracle) will cache the execution path if you use a cfqueryparam..
-----Original Message----- From: Eddie [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 5:51 PM To: CF-Talk Subject: Re: Query help On 7/5/05, Jann E. VanOver <[EMAIL PROTECTED]> wrote: > AND isNull(cs_price,'') <> <cfqueryparam cfsqltype="cf_sql_varchar" > value=""> Why would you want to use <cfqueryparam> in this case? since there is no "query parameter" here, just a literal value ("" or NULL). -- Eddie. http://awads.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211204 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

