CHARSET=utf8 issue with delphi 7
i got a table with utf8 character set data. when i try to access the table using odbc driver for mysql 5 from delphi 7, it shows only the first column. when i tried to access from dbexpress mysql driver for mysql 5, it shows only access violation error.
sample table :
CREATE TABLE IF NOT EXISTS student
(autoid INT, fname VARCHAR (50), lname VARCHAR (50))
ENGINE=MyISAM DEFAULT CHARSET=utf8;
query : select * from student
Subject
Written By
Posted
CHARSET=utf8 issue with delphi 7
November 25, 2010 06:36AM
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.