Search found 1 match

by Adaptec
08.03.2011, 08:07
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13583

Hi, I found next problem with UTF8 and ftMemo (defined as Text in database). I must fix code to this: Query.SQL.Text := 'SELECT name, description FROM crm_product WHERE id = "027511D7-AA9F-4DE1-A479-305D3E2B85C9"'; Query.Open; Memo1.Text := Query.Fields.Fields[0].AsString; //name is varcha...