Subject typo: Re: [ib-support] ISQL and national characters
Author Helen Borrie
At 11:42 PM 14-09-02 +1000, I wrote:

>update Mytable set MyColumn = _ISO8859'Köln';


should be

update Mytable set MyColumn = _ISO8859_1'Köln';

heLen