Subject | Re: usable characters for varchar and memos |
---|---|
Author | woodwardtimothy76 |
Post date | 2008-01-31T05:45:10Z |
> A> Why do you think that it would not be possible to store aIt is worth noting that some client components may trim trailing #0 or
> A> significant trailing zero in charset octets?
>
> Mmm... I was sure that trailing padchars were stripped when
> you select from a varchar field. As you point out, this is
> not the case.
#32 characters anyway.
For example, with IB Objects I had to set
TIB_Connection.DefaultNoTrimming := True;
to get the untrimmed field content.
I hope it helps,
Tim Woodward