Subject Re: [IBO] Re: TIBOqueries parameter problem
Author Jason Wharton
What do your mean by default values?

Can you help me isolate this in a sample?

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Patrick Z Lenz" <patrick_lenz@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, January 26, 2001 12:49 PM
Subject: [IBO] Re: TIBOqueries parameter problem


> Hi Jason,
> I did some more testing with clientdatasets and iboqueries with
> SELECT * FROM SPROC(:MinValue,:MaxValue)
> You should find that the clientdataset will not show any records for
> stored procedures with 2 or more parameters.
> That's different from Tquery or IBX's IBQuery and that's why i got
> stuck.
> My workaround is to specify some default values for the params within
> iboquery. They will be overridden by the clientdataset anyway but it
> won't work if you don't have them.
> Regards
> Patrick
>
>
>
>
>
>
>
>
>
>
>
>