Subject | TIBOQuery and Param AsLargeInt |
---|---|
Author | Alan McDonald |
Post date | 2005-04-26T09:08:24Z |
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
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