Subject | Re: [IBO] DML Caching |
---|---|
Author | Geoff Worboys |
Post date | 2001-08-31T14:14:35Z |
> > {$IFDEF IBO_VCL60_OR_GREATER} // NEW<...>
> > Result := AsInt64; // NEW
>One of those times I dont enjoy being right.
> You are right, it doesn't work!
Did you try my earlier suggest of returning int64 values as
varStrings?
eg:
SQL_QUAD,
SQL_QUAD_,
SQL_INT64,
SQL_INT64_: if SQLScale = 0 then
begin
{$IFDEF IBO_VCL40_OR_GREATER}
Result := AsString;
{$ELSE}
Result := AsExtended;
{$ENDIF}
I'm just curious to know whether this may be an acceptable work around
until we can work out something better.
Geoff Worboys
Telesis Computing