Subject Re: [IBO] Current Equivalent to .AsInt64
Author Artur Anjos
Shaq wrote:
> It still doesn't work. I added Variants to my uses clause but I am
> still getting a compiling error.
>
> I am using ASTA3IBObjectsServer and the following line will not compile:
>
> ftLargeInt: TIBOQuery(Query).ParamByName(Name).AsInt64 :=
> ParamList[i].AsLargeInt;
>

Shaq,

Give a try to:
TIBOQuery(Query).InternalDataSet.ParamByName(Name).AsInt64

Artur