PL/SQL Blocks Embedded in Pro*C
Date: 1996/03/23
Message-ID: <3154AE16.4E6C_at_Symbios.com>#1/1
I'm new to this, so please bare with me ...
I'm trying to execute a PL/SQL block inside my C program.
I'm following the PL/SQL User's Guide & Reference examples to
get me going.
My Code:
/* some C Code */
EXEC SQL EXECUTE
The problem is when I compile the darn thing...
Again I'm using the supplied proc.mk file to make it
calling it as follows:
make -f proc.mk EXEC=myappl OBJS=myappl.o
I get the following:
Pro*C/C++: Release 2.1.2.0.0 - Production on Sat Mar 23 17:42:36 1996
BEGIN
package_name.proc_name(parameter);
END;
END-EXEC;
/* some more C Code */
EXEC SQL EXECUTE
.............1
(1) PCC-S-02345, SQLCHECK=SEMANTICS must be given when embedded PL/SQL
Tammam Received on Sat Mar 23 1996 - 00:00:00 CET