Subject | Re: [IBO] Params |
---|---|
Author | Helen Borrie |
Post date | 2002-12-17T00:30:58Z |
At 07:26 PM 16-12-02 -0500, you wrote:
select fieldx, fieldy, fieldz
from atable
where fieldx = :fieldx and fieldy = :fieldy
... and you check the Params box above the query, then, when you've
prepared the query, you can go to the Params tab and input values for the
parameters.
Helen
>What does the 'PARAMS' tab doIf you have a parameterized query like
>
>(it is in the tabbed page that comes up when one right clicks on an IBO
>query)
select fieldx, fieldy, fieldz
from atable
where fieldx = :fieldx and fieldy = :fieldy
... and you check the Params box above the query, then, when you've
prepared the query, you can go to the Params tab and input values for the
parameters.
Helen