From: mike <mik...@gm...> - 2006-04-07 02:21:08
|
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 |