Search found 1 match

by slaut
10.05.2010, 14:47
Forum: ZeosLib 7.0 Beta Forum
Topic: Params Empty MySQL 5-Delphi 2010-Zeos 7
Replies: 4
Views: 796

Hi, I have the same Problem with real Unicode parameters. I tried these: Query.SQL.Text := 'SELECT COUNT( IMPERIUM ) ANZ FROM IMPERIUM WHERE IMPERIUM = :IMP'; Query.ParamByName('IMP').AsString := '≡δŊΛ©Ξlөρюŋſ≡'; But the GetEscapeString Method is called with AnsiStrings, so that my Query has is 0. I...