Hey all, I have a question about cfprocparam. If I use the "nulll" option, does it ignore anything passed to it and set the value to null or
Does it set a null value when nothing is passed to it. I have a stored procedure that chokes on an integer value when either zero or an empty string is passed. My other option is to pass an exec statement through cfquery and try to use the settable null parameter or cfquery param. -- Scott Stewart IT Consultant/ColdFusion Developer 4405 Oakshyre Way Raleigh, NC 27616 (919) 874-6229 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:327235 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

