Subject | Re: [IBO] DML Caching |
---|---|
Author | Geoff Worboys |
Post date | 2001-08-30T08:45:19Z |
> No, it is simplified a bit:This implies that Variants in Delphi6 are supposed to support int64
>
> function TLargeintField.GetAsVariant: Variant;
> begin
> if IsNull then
> Result := Null else
> begin
> Result := GetAsLargeInt;
> end;
> end;
directly.
Without having Delphi6 to guess what else is happening it is difficult
to know what must be happening in the problem described - but it still
sounds like some lack of support for int64 somewhere.
Geoff Worboys
Telesis Computing