Subject Re: [IBO] Re: TIBOqueries parameter problem
Author Costas Droussiotis
I can testify to having the same problem. I use IBO 3.6Cd. If you
wish I can send a sample project to demonstrate the problem.

Best rgds,

Costas Droussiotis.



Patrick Lenz wrote:
>
> The trial version I downloaded last night - that fixed the
> datasetfield bug. I will put a small example together and come back
> later.
> Patrick
>
> --- In IBObjects@egroups.com, "Jason Wharton" <jwharton@i...> wrote:
> > What is your IBO version? A long time ago there was a bug in IBO
> that didn't
> > handle parameters just right.
> >
> > HTH,
> > Jason Wharton
> > CPS - Mesa AZ
> > http://www.ibobjects.com
> >
> >
> > ----- Original Message -----
> > From: "Patrick Lenz" <patrick@t...>
> > To: <IBObjects@egroups.com>
> > Sent: Thursday, January 25, 2001 3:11 PM
> > Subject: [IBO] TIBOqueries parameter problem
> >
> >
> > > Hi:
> > > I am still in the process of converting IBX/MIDAS applications
> over
> > > to IBO and I am stuck at another hurdle:
> > > 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.
> > >
> > > No I am doing the exact same thing with IBOQuery and unfortunately
> > > and I don't get any result/record back.
> > >
> > > Any ideas ?
> > > Thanks
> > > Patrick
> > >
> > >
> > >
> > >
> > >