Subject TIBOqueries parameter problem
Author Patrick Lenz
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