Subject | Entering too much data into field |
---|---|
Author | Riho-Rene Ellermaa |
Post date | 2004-02-05T08:31:08Z |
FB 1.03 Windows
CREATE TABLE DOM_PAY (
....
BREF VARCHAR(20),
........
);
How can it be possible to enter into this field accented character?
Someone has suceeded in that. When I try to do select on this row, I get the "Cannot transliterate ...." error.
When I did backup and looked at the file, I saw this
" Eksportuota į archyvł " - 00 15 14 45 6B 73 70 6F 72 74 75 6F 74 61 20 E1 20 61 72 63 68 79 76 F9 00 06 05 49
Shouldn't the "Cannot transliterate ...." error occure also in inserting?
Riho Ellermaa
CREATE TABLE DOM_PAY (
....
BREF VARCHAR(20),
........
);
How can it be possible to enter into this field accented character?
Someone has suceeded in that. When I try to do select on this row, I get the "Cannot transliterate ...." error.
When I did backup and looked at the file, I saw this
" Eksportuota į archyvł " - 00 15 14 45 6B 73 70 6F 72 74 75 6F 74 61 20 E1 20 61 72 63 68 79 76 F9 00 06 05 49
Shouldn't the "Cannot transliterate ...." error occure also in inserting?
Riho Ellermaa