Calling Stored Procedure in DCOracle How To ?

Jose Martin joseamartin at venmex.com
Wed Feb 14 15:18:33 EST 2001


Hi,  How can i call a stored procedure within DCOracle ?

Mi stored procedure has no parameters.


1-    I was tryed calling  dbc.callproc('myproc') but get an error about the
numbers of arguments
        tell me that  the params espected are 1 and got 0


2-   I was tryed usign dbc.procedures.myproc  but nothing happend.

3-   I was tryed using dbc.procedures.myproc.__call__() , but it is the same
thing what 1 error.


What i can do ?












More information about the Python-list mailing list