Hey all, I'm getting this error message: "Invalid parameter binding(s)". I did a little google search on this, and it turn out this error occurs when one uses the <cfqueryparam> tag.
Is there a fix for this? I haven't been able to find one...yet. The only thing that worked for others is removing the <cfqueryparam> tag, and I'm kinda iffy about doing that (especially when I'm trying to force myself to use this wonderful tag). Any thoughts?
I'm afraid of leaving my client open to SQL injection. The query returns listing results based on the criteria the user entered.
Thanks!
____________________________________
Just Imagine.
Is there a fix for this? I haven't been able to find one...yet. The only thing that worked for others is removing the <cfqueryparam> tag, and I'm kinda iffy about doing that (especially when I'm trying to force myself to use this wonderful tag). Any thoughts?
I'm afraid of leaving my client open to SQL injection. The query returns listing results based on the criteria the user entered.
Thanks!
____________________________________
Just Imagine.