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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Database Function and Pro*C

Re: Database Function and Pro*C

From: Fred.J <fred.johnson_at_baesystems.com>
Date: Tue, 21 Nov 2000 13:32:19 -0000
Message-ID: <3a1a78af@pull.gecm.com>

Try something like :

    EXEC SQL EXECUTE

      BEGIN
         :BindVar   := Stored_Function(P1, P2);
      END;

    END-EXEC; Yatin Patel <yatin.patel_at_namerica.ikea.com> wrote in message news:8vc19k$b3c$1_at_mailgate.ikea.com...
> Hi All
>
> I am writing one pro*c program, I have one database function e.g.
> myfunction, I want to call that database function from the pro*c program.
> Can I do that ? If I can then what is the syntax to call the database
> function.
>
> Thanks in Advance.
>
> YP
>
>
>
Received on Tue Nov 21 2000 - 07:32:19 CST

Original text of this message

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