Subject RE: [IBO] TIBOQuery and Param AsLargeInt
Author Jason Wharton
> I've noticed that with a TIBOQuery I can add a parameter of
> type LargeInt.
> But when I go to assign a value to it
> MyIBOQuery.ParamByName('PARAMNAME').AsLargeInt
> is illegal.
>
> What is the method for doing this?

I use AsString and allow it to internally perform the conversion as
necessary.

Jason Wharton