stored procedure in pro*c

From: Calvin Ni <haitao_at_yesic.com>
Date: Wed, 26 Jan 2000 02:23:32 GMT
Message-ID: <388E5CA5.A58BBBB0_at_yesic.com>


Hi, guys,
[Quoted]   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 Wed Jan 26 2000 - 03:23:32 CET

Original text of this message