Subject | Re: [IBDI] Stored Procedure-Dataset |
---|---|
Author | Helen Borrie |
Post date | 2000-10-25T02:14:46Z |
At 08:57 PM 24-10-00 -0400, you wrote:
Select * from MyView
where Field1='SomeValue' and Field2='AnotherValue'
order by Field1, Field3
H.
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
___________________________________________________
>Hi:Yes: do it just the same as passing parameters to a table, i.e.
>
> Looked into Create View and don't see where you can pass
>paramters to a view to limit the number of records. If that is the
>case I would have to apply those parameters to the returned
>dataset with a filter and end up just as Crystal was doing.
>
> Is there a way to pass parameters in a call to Select View?
Select * from MyView
where Field1='SomeValue' and Field2='AnotherValue'
order by Field1, Field3
H.
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
___________________________________________________