Hi List,
myODBC version: 3.51.10-1
mySQL version : 4.18-nt
We are having issue with a few fields from a 9millions big database
and we suspect myODBC to be the source of the
problem for the following reason.
We use myODBC in ASP and we when we just display the values with
error, in an UTF-8 encoded page, only some of the
characters are not displayed correctly, with ?? in place of the
correct value. Like "Hello W??rld" for instance.
However, when we do the same query and look at the result in mySQL
Query Browser, the value is displayed correctly. The
datas in the table are imported from a text file using the LOAD DATA
INFILE command. The server, database, and all
fields character set is UTF-8, always.
Our idea, after some research, is that mySQL Query Browser might use
the new binary protocol, whereas myODBC does notfor
sure. Our question is : could this be it, and what should we do if it is ?
Thank you for your help!
CheHax