Why all this additional code?
Hi,
To INSERT db2 data my code uses
<cfqueryparam
value="#UCASE(arguments.myData)#" cfsqltype="CF_SQL_CHAR" maxlength="40">,
however
#UCASEarguments.myData#)
is just as effective and the debugger shows the final code result instead of ? where it becomes necessary to match the arguments to get the final result.
What, if any, advantage does the cfqueryparam tag provide?
Can someone enlighten me pleasse?
Thank You in Advance.
