ASP error?

megavan

Disciple
I'm getting the error "Truncated incorrect DOUBLE value: '14, 14, 14, 14'
saveckasgn.asp, line 12" on trying to open the asp file mentioned in the error. I'm using mysql as the backend and am not sure whether it's an asp or a mysql problem.
 
I would imagine it to be an ASP problem with the double variable you're using, perhaps you've cast the value elsewhere into something else and then you're using it as a double or something.

What you got on Line 12?
 
Back
Top