Search found 1 match
- 08.03.2011, 21:15
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Delphi 2010 + MySQL + UTF8
- Replies: 51
- Views: 14378
Hi again (I'm adaptec, but forum blocked me for SPAM ?!, ...) My fix for my UTF8 problem is. In ZDbcMySqlResultSet in GetBlob function (start line 781): Stream := TStringStream.Create( UTF8ToUnicodeString ( GetString(ColumnIndex)) ); Result := TZAbstractBlob.CreateWithStream(Stream) and for update f...