Subject | RE: [IBO] TIBOQuery and Param AsLargeInt |
---|---|
Author | Alan McDonald |
Post date | 2005-04-27T07:11:37Z |
>that'll work - thanks
> > 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
Alan