Subject | Re: [IBO] Current Equivalent to .AsInt64 |
---|---|
Author | Artur Anjos |
Post date | 2004-09-27T20:55:31Z |
Shaq wrote:
Give a try to:
TIBOQuery(Query).InternalDataSet.ParamByName(Name).AsInt64
Artur
> It still doesn't work. I added Variants to my uses clause but I amShaq,
> 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;
>
Give a try to:
TIBOQuery(Query).InternalDataSet.ParamByName(Name).AsInt64
Artur