Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Views with parameter

Re: Views with parameter

From: Shariq Parvez <shariqp_at_emirates.net.ae>
Date: Fri, 11 Jun 1999 17:30:46 +0400
Message-ID: <7jrvam$d5m7@news.emirates.net.ae>


You can call a database function in your query. That function can make use of a package variable if the function is in a package. You can set the package variable beforehand and then use the view. Each user will get different rows from the view depending on the value of the package variable you have set at runtime. This is how we do it from Oracle forms etc. I am not aware of Access functionality. Regards,
--
Shariq
Shariq's home page http://www.angelfire.com/az/sharp/ Benjamin Verdenik <benjamin.verdenik_at_talum.si> wrote in message news:374E88BA.CC9222DB_at_talum.si...
> Hi,
>
> Can I create a VIEW in oracle7 that have a parameter ? How can I
> associate a value to the paramater when I call this VIEW from Microsoft
> Access.
>
> Thanks in advance
> Benjamin Verdenik
>
Received on Fri Jun 11 1999 - 08:30:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US