Sybase stored procs question

mike <[email protected]> Thu, 6 Apr 2006 02:21:05 -0700
Newsgroups gmane.comp.python.sybase
Message-ID <[email protected]>
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