On Wed, Aug 26, 2009 at 2:14 PM, Tony Bentley<t...@tonybentley.com> wrote:
>
> dbvarname is completely useless. It would be nice to be able to send values 
> across out of order or not send a value if it is not needed (NULL). It would 
> also be nice to have those values in the debugging to reference.

You can send a null

<cfprocparam cfsqltype="cf_sql_whatever" value="" null="yes">
or
<cfprocparam cfsqltype="cf_sql_whatever" value="#myvar#"
null="#len(myvar) is 0#">

-- 
Rick Root
CFFM - Open Source Coldfusion File Manager
http://www.opensourcecf.com/cffm

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:325747
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