MySQL Forums
Forum List  »  Connector/ODBC

Symbols and character sets
Posted by: Jorge Sanchez
Date: July 25, 2007 04:25AM

Hi everyone,

I'm using a VBA Word 2003 macro to upload some text to a MySQL5 database via ADODB. The text is copied directly from a Word document to the SQL statements. Everything works fine except for symbols. I noticed that they are not stored correctly in the table field. The table field is a MEDIUMBLOB so it shoudln't be affected by character sets because it's a binary string. However, when I fetch the data and display it in an HTML page, symbols are displayed as a '?' character on the browser.
Has anyone encountered the same problem before?

Cheers,

Jorge

Options: ReplyQuote


Subject
Written By
Posted
Symbols and character sets
July 25, 2007 04:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.