Subject | Varchar with #0 char in it |
---|---|
Author | Ed Dressel |
Post date | 2008-03-13T23:36:21Z |
I have a varchar in a FB database that has a Char(0) in the middle of
the string that results in the string being truncated.
Here is what I am doing:
1) At the TIBODatabase level, I've set .DefaultNoTrimming to True
2) I am using a TIBOQuery with .RequestLive to true.
3) The field is a domain, defined as:
CREATE DOMAIN DM_VARCHAR48_8859_2 AS
VARCHAR(48) CHARACTER SET ISO8859_2
COLLATE ISO8859_2
Right before assigning the string to the field, I check the string
value, but it is instantly truncated.
Any suggestions on how to fix this? It's urgent.
Thank you,
Ed Dressel
the string that results in the string being truncated.
Here is what I am doing:
1) At the TIBODatabase level, I've set .DefaultNoTrimming to True
2) I am using a TIBOQuery with .RequestLive to true.
3) The field is a domain, defined as:
CREATE DOMAIN DM_VARCHAR48_8859_2 AS
VARCHAR(48) CHARACTER SET ISO8859_2
COLLATE ISO8859_2
Right before assigning the string to the field, I check the string
value, but it is instantly truncated.
Any suggestions on how to fix this? It's urgent.
Thank you,
Ed Dressel