Subject | Re: Query returning incorrect data |
---|---|
Author | phil_hhn |
Post date | 2009-01-29T09:56:10Z |
--- In Firebird-Java@yahoogroups.com, Roman Rokytskyy <roman@...> wrote:
>Ok thanks, will try tomorrow at the office
> Either remove the last line or use
>
> props.put("charSet", "UTF-8");
> >> select (case when status=1 then _UNICODE_FSS 'Yes' else_UNICODE_FSS
> >> 'No' end) as FlagStr from mytableSorry, I meant it did not fix it... got the same result.
> >
> > Unfortunately that did not work...
>
> Same result or an error?