[python-sybase] Sybase stored procs question

mike mik3l3374 at gmail.com
Thu Apr 6 19:21:05 EST 2006


hi

I have a Sybase stored proc  that was coded such that it returns a
number of "select" statements to the caller.

eg
select 'Begin Processing...'
...
select 'Transaction finished'


I have tried to call this procedures using execute or callproc
methods, but was only able to return the first result ie 'Begin
Processing' , using fetchall. How can i catch all "select" outputs..
thanks


More information about the Python-sybase mailing list