On Saturday 24 October 2015 20:30:12 Julio Jiménez wrote: > Hi. I'm having problems with sentences containing non ascii chars. > > This sentence works: > select * from ATABLE c where c.NAME containing 'Ñ'; > > This sentence also works: > select * from ATABLE c where c.NAME like '%Ñ'; > > > This sentence fails with error: connection: Fetch - Malformed string: > select * from ATABLE c where c.NAME like 'Ñ%'; > > > The sentence works with flamerobin, ibx4lazarus.. but not with MSE (checked > with a tmsesqlquery). > I can reproduce the problem but I don't know what happens. Workaround: use a param for the pattern string.
Martin ------------------------------------------------------------------------------ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

