Subject Re: [IBO] TIBOqueries parameter problem
Author Jason Wharton
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@...>
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
>
>
>
>
>