I have an asp.net web application that reads/writes data to a DB2 database. We have been logging numerous "Conversion Errors" in our error tracking utility. I've finally been able to narrow the problem down to users entering text containing the ’ character (or char(146))... Not to be confused with the ' character (or char(39)). DB2 does not seem to like char(146) and errors out. I can do a replace on the field to deal with that character, but I'm trying to figure how that character is actually typed by the user? Any thoughts?
Thanks in advance,
mwa
<><
Thanks in advance,
mwa
<><