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 -> how to use stored procedure in Pro*c

how to use stored procedure in Pro*c

From: Calvin Ni <haitao_at_yesic.com>
Date: Wed, 26 Jan 2000 00:03:27 GMT
Message-ID: <388E3BCE.E022A4CD@yesic.com>


Hi, guys,
  I want to use a stored procedure in pro*c, so I use:  exec sql execute
  begin

     proc1(:v1,:v2);
  end;
end-exec;
But when i precomplier it, got error message:SQLCHECK must be set.... So I added a line before exec sql execute:   SQLCHECK=SEMANTICS;
  EXEC SQL EXECUTE

     BEGIN
       ...

And I got the same message too.
Any idea? Thanks in advance.
Calvin Received on Tue Jan 25 2000 - 18:03:27 CST

Original text of this message

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