Subject | RE: [IBO] TIBOQuery and Param AsLargeInt |
---|---|
Author | Jason Wharton |
Post date | 2005-04-27T00:50:25Z |
> I've noticed that with a TIBOQuery I can add a parameter ofI use AsString and allow it to internally perform the conversion as
> 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?
necessary.
Jason Wharton