MySQL Forums
Forum List  »  Delphi

Delphi7 + unicode support?
Posted by: marsianin76
Date: January 31, 2007 03:28AM

I'm using MYSQL 5.0, database is utf-8 locate, with some varchar columns in test table connectors - tried both ODBC v.3 and v.5.

I'm using Tnt unicode controls to see varchars. I can insert unicode chars(russian, germanic chars), using MySQL Query Browser, no problem to do same using VS .net + ado.net adapter + DataGrid. But when I try to edit table from Delphi TnT controls, it automatically convert unicode chars into ANSI after post. I tried to use Query + set names = utf-8, looks weird.. I tried to change field type from string to Widestring in Table, but it raise an error (waiting for WideString but get string instead).

Any help is appreciated..

Options: ReplyQuote


Subject
Written By
Posted
Delphi7 + unicode support?
January 31, 2007 03:28AM


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.