Subject GetIsNull-Problem
Author guido.klapperich@t-online.de
After updating to version Ha, I get an exception in IBA_Column.IMP at

function TIB_Column.GetIsNull: boolean;
begin
Result := FNewColumnInd^ = IB_NULL;
end;

Are there some changes I should be aware of ?


Guido