Subject Re: [IBO] IBOGrid and varchar problem
Author yuraukar
> For Firebird 1.5.x:
>
> 1) Create new field as varchar(200);
> 2) UPDATE TableName
> SET NewVC200FieldName=SUBSTRING(OldVC10000FieldName FROM 1 FOR
200);


Reports the same error with string truncation although I am sure it
shouldn't.