Calling Stored Procedure in DCOracle How To ?

Oleg Broytmann phd at phd.pp.ru
Thu Feb 15 07:12:57 EST 2001


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