Subject Re: characterset question
Author kfoinfo
Hi, Walter,

I am using Firebird 1.0 with WIN1252 also (Borland C++ application in
german). Everything worked well, but I got the same error message as
you when I was doing some batch processing with isql (inserting data).

I learnt that the solution was to put

set names win1252;

before the connect statement in the sql script file(s).

Maybe this is helpful to you.
Regards


--- In ib-support@y..., Walter Neumann <walter@b...> wrote:
> Hi,
> I use FB 1.0, Kylix 2 und the dbExpress components from Borland. My
database
> use characterset WIN1252. All works ok, but if I use special german
> characters, I receieve the error message: "Cannot transliterate
character
> between character set". Which characterset works best with
Kylix/Delphi for
> german language?
> Thankyou for your help.
> Walter Neumann.