Ciao.

Potete spiegarmi perchè non funziona questo codice ASP?:

[MySQL][ODBC 5.1 Driver][mysqld-5.1.44-community]Incorrect string value: '\xC2\x93m\xC3\xA1s...' for column 'quote' at row 1

codice:
if(InStr(RSSDescription, "\xC2\x93m\xC3\xA1s") > 0) then
   strSQL = strSQL & " '', "
else
   strSQL = strSQL & " '" & RSSDescription & "', "
end if
Cosa vuol dire l'errore?
Grazie