Subject Re: [IBO] cannot transliterate between character between character sets
Author Helen Borrie
At 10:11 AM 27/04/2004 +0000, you wrote:
>How to avoid 'cannot transliterate between character between
>character sets' error?
>My database charset is win1254. I use English Win2K box.

Set the Charset property of the TIB_Connection to WIN1254 - and, of course,
run your application on a client machine that can input the characters
recognised by WIN1254.

Helen