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 -> execute proceduers from oci

execute proceduers from oci

From: <leongoldovski_at_my-deja.com>
Date: Tue, 07 Mar 2000 15:18:48 GMT
Message-ID: <8a36ki$op9$1@nnrp1.deja.com>


hi
i am writing oci wrapper in c++ (using oci from ora8). i have managed to prepare and execute (prepare,bind,execute..)regular sql statment.

but when trying to do same with stored procedures it doesnt work:

this code works:
text* = "select * from .....";
OCIStmtPrepare()
OCIStmtExecute()
.....

this doesnt:
text* = "call p1(7);";

OCIPrepare()
OCIStmtExecute() ----> this function does not even return.

Can someone help?

Thanks in advance
Leon

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Mar 07 2000 - 09:18:48 CST

Original text of this message

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