Subject Re: I cant use Turkish characters in SQLs?
Author esrefatak
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> At 10:07 AM 15/01/2004 +0000, you wrote:
> >I cant use Turkish characters in SQLs?
> >
> >
> >SQL : INSERT INTO kullanici (ad) VALUES ('þþýýÝÝ');
> >
> >
> >
> >Error: GDS Exception. 335544321. arithmetic exception, numeric
> >overflow, or string
> >
> INSERT INTO kullanici (ad) VALUES (CAST('þþýýÝÝ' AS VARCHAR(20)
CHARACTER
> SET ISO8859_9);
>
>
> /hb


thank you
esrefatak