Subject | calling stored procedure from embedded sql |
---|---|
Author | cdelaune2001 |
Post date | 2003-06-11T12:27:09Z |
How is it done?
I attempt the following call:
EXEC SQL EXECUTE PROCEDURE FOO;
(Actually DB1.FOO because the procompiler complains that FOO is
ambiguous.)
The statement precompiles and compiles, but bombs on execution.
I attempt the following call:
EXEC SQL EXECUTE PROCEDURE FOO;
(Actually DB1.FOO because the procompiler complains that FOO is
ambiguous.)
The statement precompiles and compiles, but bombs on execution.