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