Subject | Re: [firebird-support] UTF8 database and extended characters in metadata |
---|---|
Author | Adriano dos Santos Fernandes |
Post date | 2008-11-13T10:08:04Z |
Martijn Tonies escreveu:
Adriano
> Hi,Use the correct connection charset for your platform.
>
>> In an UTF8 database ( Fb 2.1 ), trying to create a table via Database
>> Workbench which uses IBObjects:
>>
>> create table "ÅÄÖ"
>> ( id integer)
>>
>> I get:
>> arithmetic exception, numeric overflow, or string truncation Cannot
>> transliterate character between character sets
>>
>> However, in FlameRobin, this works fine.
>>
>> When retrieving the columns for this table, I get:
>> ISC ERROR CODE:335544436
>>
>> ISC ERROR MESSAGE:
>> SQL error code = -104
>> please retry, giving a database name
>>
>> But I have the feeling this message is incorrect (wrong firebird.msg?)
>
> It seems to be the error message:
> Malformed string
>
Adriano