Calling Stored Procedure in DCOracle How To ?

Jose Martin joseamartin at venmex.com
Thu Feb 15 08:35:59 EST 2001


Thanks Oleg.
I am Currently calling my procedure with a dummy param
in this form:
dbc.procedures.PKTRANS.PROC_SOLICITUDES(1)

and works ok.
but still need to define a dummy parameter for the stored procedure!.

Bye.


Oleg Broytmann <phd at phd.pp.ru> escribió en el mensaje de noticias
mailman.982239257.6703.python-list at python.org...
> On Wed, 14 Feb 2001, Jose Martin wrote:
> > 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
>
>    Try dbc.callproc('myproc', [])
>
> Oleg.
> ----
>      Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
>            Programmers don't die, they just GOSUB without RETURN.
>
>





More information about the Python-list mailing list