> 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...
 
> Tim.

Again, thank you,
amonotod


--

    `\|||/         amonotod@    | sun|perl|windows
      (@@)         charter.net  | sysadmin|dba
  ooO_(_)_Ooo____________________________________
  _____|_____|_____|_____|_____|_____|_____|_____|

Reply via email to