Subject TIBOQuery and Param AsLargeInt
Author Alan McDonald
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?
thanks
Alan