Kekic
User
 Fresh Boarder
| Posts: 4 |   | Karma: 0 |
|
AnyDac-Delphi7-Unicode
|
|
Posted: 2008/04/25 22:12 |
|
|
|
|
I am new in this, so please don't be hard on me.
I use Delphi 7, AnyDac 1.12.2, Tnt Unicode Controls 2.3 and MySQL 4.1.12a. MySQL 4.1.12a support unicode.
Login params are:
Host=???.???.???.??? DataBase=??? User_Name=????? Password=????? CharacterSet=utf8 Utf8Mapping=WideString DriverID=MySQL
In MySQL database manager I am able to enter and see unicode characters, but in a TnTDBgrid of my application I do not see unicode characters. (font is Tahoma)
I have to say that I was trying MyDAC 5.10 and with those components I was able to solve my problem. In MyDac it was easy, I just have to set params:
charset=utf8 and useunicode=true
Everything from above (Delphi 7, Tnt Unicode Controls 2.3 and MySQL 4.1.12a) was working just fine.
But fact is that I want to use AnyDac. I am desperate now. Can anybody help me ?
Best regards to all.
|
|