MySQL update error when special characters are used
        Posted  
        
            by Katy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Katy
        
        
        
        Published on 2008-10-24T11:31:16Z
        Indexed on 
            2010/05/21
            8:00 UTC
        
        
        Read the original article
        Hit count: 245
        
Hi All,
I was wondering if anyone had come across this one before. I have a customer who uses special characters in their product description field. Updating to a MySQL database works fine if we use their HTML equivalents but it fails if the character itself is used (copied from either character map or Word I would assume).
Has anyone seen this behaviour before? The character in question in this case is ø - and we can't seem to do a replace on it (in ASP at least) as the character comes though to the SQL string as a "?".
Any suggestions much appreciated - thanks!
© Stack Overflow or respective owner