Subject Re: [IBO] Field trimming
Author Helen Borrie
At 07:18 AM 1/02/2008, Edward Dressel wrote:
>Some questions about DefaultNoTrimming on a TIBODatabase:
>
>1) Is there any control at the TIB_Dataset level for a dataset
>configuration or must I configure each field in the FieldsTrimming?

Answered already.


>2) Is there any control for TIBODataset? The DefaultNoTrimming did not
>seem to affect the values entered here (i.e. the data was not
>trimmed). Am I missing something?

Answered already.


>3) Is there a point at which it is too late to apply field trimming?

Any change will apply next time the statement is prepared.

>e.g. after I prepare a statement, can I set all the params Trimming
>and it will be used?

No. It will be used next time the statement is prepared. See earlier advice about OnPrepareSQL.

Helen