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 -> Function call

Function call

From: Andrea Bertucci <abertucci_at_aitek.it>
Date: Wed, 06 Feb 2002 10:08:16 GMT
Message-ID: <3C6100A9.24892A1A@aitek.it>


Hi,

i'm developing under linux.
I'm using unixODBC and ODBC oracle driver.
I've wrote a simple store function: "

create or replace function provaFA return number is begin
  return(1);
end provaFA;
"

How I can call it and obtain result value? Thanks,
Andrea. Received on Wed Feb 06 2002 - 04:08:16 CST

Original text of this message

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