Is CFQUERYPARAM useless without the MAXLENGTH parameter?
Hi,
I have some CF7 code with queries using <cfqueryparam..> that don't contain the maxlength parameter. For example:
<cfqueryparam value="#tktNum#" cfsqltype="CF_SQL_VARCHAR" >
The queries all run fine but is this totally useless in terms of sql injection protection? Is it doing anything helpful?
Thanks in advance,
Richard
