| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> How to execute a PL/SQL block in C++?
Hello,
I am writing an application which requires users to create dynamic
PL/SQL Block code e.g
DECLARE
v_custid INTEGER;
v_custno INTEGER;
BEGIN
//GetPeriodNo is a defined function
IF (GetPeriodNo()=5) THEN
Select custid
INTO v_custid
FROM customer
WHERE custno='10';
END IF;
I have tried and exhausted myself trying to debug this but have not been
successful.
Any suggestions, help in this matter would be greatly appreciated.
Thanks in advance.
n_akhtar_at_msn.com
Received on Wed Nov 25 1998 - 08:33:48 CST
![]() |
![]() |