DB API question - where is a stored procedure's return value?

Skip Montanaro skip at pobox.com
Thu Mar 13 11:14:36 EDT 2014


Thanks for the responses. We eventually figured out there appears to
be a bug in the latest version of the python-sybase module (at least
in 0.40, probably in 0.39 as well). It was actually detecting
CS_STATUS_RESULT coming from the server and responding appropriately,
however it was assigning the actual status result to a local variable
instead of an attribute of the Cursor instance. Testing a fix now.

Skip



More information about the Python-list mailing list