Subject Re: TIBOqueries parameter problem
Author Patrick Lenz
I tested it 2 minutes after you sent it and I thought I emailed you
right away.
However, I confirm again that it is fixed and works fine now ...(at
least for me).
Regards
Patrick

-- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> Did you happen to test my fix for this yet?
>
> Thanks,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "Costas Droussiotis" <link-systems@c...>
> To: <IBObjects@y...>
> Sent: Friday, January 26, 2001 8:13 AM
> Subject: Re: [IBO] Re: TIBOqueries parameter problem
>
>
> >
> > > > > WIth IBX I use IBQuery with SQL:
> > > > > SELECT * FROM MYSTOREDPROCEDURE(:PARAM1)
> > > > > On my client I have a clientdataset where I change params at
> > > runtime
> > > > > and close/reopen.
> > > > > This will pass the parameters over to the server and get
back the
> > > > > result. This also works with TQuery.
> >
> > Ok, after some fiddling around with it here is the solution:
> >
> > First close your clientdataset.
> > Assign the parameter(s)
> > Then Open the clientdataset.
> >
> > It doesn't work the other way round, ie. set parameter-close/open.
> >
> > HTH,
> >
> > Costas Droussiotis.
> >
> >
> >