I am getting this error in my logs and I really do not know how to solve it.
“Conversion failed when converting the nvarchar value ‘quiz.jpg’ to data type int.”
I am currently using ColdFusion 9. It seems that for whatever reason the site is trying to parse an image file into the database or something like that.
Any help will be appreciated.
Thanks
Are you using
<cfqueryparam>?I would guess that you may have something like this:
the cfsqltype should be cf_sqltype_varchar.
If that is not the case, then please update your post with the offending code. That would be very helpful.