Subject | Re: usable characters for varchar and memos |
---|---|
Author | woodwardtimothy76 |
Post date | 2008-01-31T23:33:04Z |
Edward,
I recommend setting
TIB_Connection.DefaultNoTrimming := True;
and using the TIB_Column.ColData property (rather than AsString) to
access the field value.
I hope it helps,
Tim Woodward
> At least part of the problem may be IBO--it trims fieldsThat is what i was trying to warn you about :-)
> by default (which I was not aware of until testing this)
> so it may be just that. I am looking at it right now.
I recommend setting
TIB_Connection.DefaultNoTrimming := True;
and using the TIB_Column.ColData property (rather than AsString) to
access the field value.
I hope it helps,
Tim Woodward