Re: Query regarding Python sybase module

2009-03-24 Thread skip
Srini> Does Sybase Python driver module implement multiple result sets Srini> from a single command? I've used it to get multiple result sets from stored procedures, so I guess the answer would be "yes". Something like this: >>> params = curs.callproc('stored_procedure', params)

Re: Query regarding Python sybase module

2009-03-23 Thread Kushal Kumaran
On Tue, 24 Mar 2009 09:53:02 +0530 (IST) srinivasan srinivas wrote: > > Hi, > Does Sybase Python driver module implement multiple result sets from > a single command? Could anyone guide e in finding answer for this? > > The site http://python-sybase.sourceforge.net/sybase/ has the documentati