Subject | Re: [IBO] Re: TIBOqueries parameter problem |
---|---|
Author | Yahoo |
Post date | 2001-01-27T02:41:27Z |
Here is the sample project:
You need to create the stored procedure (sprocsql.txt) against your employee.gdb.
In my testapp you can change parameters for the range of employee numbers and you will see that it works well with TQuery. (same with IBX).
You can switch between Tquery and IBOquery at runtime.
So long
Patrick
You need to create the stored procedure (sprocsql.txt) against your employee.gdb.
In my testapp you can change parameters for the range of employee numbers and you will see that it works well with TQuery. (same with IBX).
You can switch between Tquery and IBOquery at runtime.
So long
Patrick
----- Original Message -----
From: Jason Wharton
To: IBObjects@yahoogroups.com
Sent: Friday, January 26, 2001 12:02 PM
Subject: Re: [IBO] Re: TIBOqueries parameter problem
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
>
>
>
>
>
>
>
>
>
>
>
>
eGroups Sponsor
www.
[Non-text portions of this message have been removed]