Subject | Re: [firebird-support] Cannot transliterate character |
---|---|
Author | Lucas Franzen |
Post date | 2005-04-12T17:12:05Z |
Walter,
Walter Ogston schrieb:
you use) to ISO8859_1, too.
Defining the database character set doesn't tell the client side which
one to use.
Luc.
Walter Ogston schrieb:
> My database was created thus:Set the character set of your Firebird-Connection-Component (whatever
> DEFAULT CHARACTER SET ISO8859_1;
> The table was created thus:
> CREATE TABLE PARTITION_ELEMENTS(
> DOMAIN_NUMBER INTEGER NOT NULL,
> PARTITION_NUMBER INTEGER NOT NULL,
> ELEMENT_NUMBER INTEGER NOT NULL,
> DESCRIPTION VARCHAR(64) NOT NULL
> );
> I get the following error:
>
> ISC ERROR CODE:335544321
>
> ISC ERROR MESSAGE:
> arithmetic exception, numeric overflow, or string truncation
> Cannot transliterate character between character sets
you use) to ISO8859_1, too.
Defining the database character set doesn't tell the client side which
one to use.
Luc.