> I'm having trouble creating dbprocs from python2.2/XP, doing
> so crashes
> python, causes SQLStudio to hang, and forces me to shutdown
> and restart
> the database. No problems dropping or calling the dbproc if
> it is created
> directly in SQLStudio.
[...]
> def call_proc(session):
> resultset = session.sql ("call example")
There is currently a bug in the Python library when calling db procedures without
parameters. An empty parameter part is sent, which confuses the kernel. The only
workaround is to add a dummy parameter.
Daniel Dittmar
--
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general