Is it necessary to designate list="yes" for a cfsqlqueryparam value if the 
value is already a comma delimitted list?  Or is that exactly what the 
attibute is to be used for?

Is the following a valid use of the 'null' attribute?

WHERE recordid IN
(<cfqueryparam
   cfsqltype="cf_sql_varchar"
   value="#ValueList(anotherquery.recordid)#"
   list="Yes"
   null="#YesNoFormat(not Len(ValueList(anotherquery.recordid)))#">)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234742
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to