DBD::Sybase

> -----Original Message-----
> From: Michael Peppler [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 18, 2002 1:51 PM
> To: '[EMAIL PROTECTED]'
> Subject: Re: fetchall_arrayref() and multiple result sets
> 
> 
> On Tue, 2002-06-18 at 13:34, Umaa Rebbapragada wrote:
> > I'm noticing that the fetchall_arrayref method in DBI 
> doesn't handle multple result sets.  For example, if I 
> prepare a statement using this sql (for example):
> >  
> > select * from A
> > select * from B
> > 
> > , execute this in DBI under a single statement handle, then 
> call Data::Dumper on fetchall_arrayref, it only returns the 
> result of the first query.  Why not the second query too?  
> I'd rather not set up multiple statement handles, so if 
> there's a way to accomplish this with one, I'd be extremely 
> interested.
> > 
> 
> Which DBD driver are you using?
> 
> Michael
> -- 
> Michael Peppler / [EMAIL PROTECTED] / http://www.mbay.net/~mpeppler
> [EMAIL PROTECTED] / ZetaTools, Inc / http://www.zetatools.com
> ZetaTools: Call perl functions as Sybase stored procedures!
> 


Reply via email to