On Mon, Oct 04, 2004 at 10:33:48PM +0000, amonotod wrote:
> > From: Tim Bunce <[EMAIL PROTECTED]>
> > Date: 2004/10/04 Mon PM 09:39:49 GMT
> > On Mon, Oct 04, 2004 at 08:59:33PM +0000, amonotod wrote:
> > > Howdy,
> > > 
> > >   So, I'm trying to use execute_for_fetch, and according to the
> > POD (provided I'm reading it correctly), I need an array of arrays, 
> >each of which will hold data for one column.
> > 
> > No, one row.
> 
> Ohhhh.... !
> 
> Well....  
> 
> Dang, that's pretty freakin fast, too!

:-)

> > The way to remember is to think of this code:
> > 
> >   $sth1->execute_for_fetch( sub { $sth2->fetchrow_arrayref } );
> > 
> > It's *execute*ing for each *fetch*ed row - hence the name.
> > 
> > Use trace() to see what's happening.
> 
> Thanks, Tim, I appreciate all the great work, and especially, the help and 
> hand-holding...

You're welcome.

Tim.

Reply via email to