Subject | GetIsNull-Problem |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2002-05-03T14:00:11Z |
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
function TIB_Column.GetIsNull: boolean;
begin
Result := FNewColumnInd^ = IB_NULL;
end;
Are there some changes I should be aware of ?
Guido