-- "Fox, Michael" <[EMAIL PROTECTED]> on 08/14/02 08:07:44 +1000

> 
> Any thoughts on using the new DBI feature, specifying maxrows in a
> fetchall_arrayref?
> 
> If I use something like
> 
>  while ( my $array_ref=$sth->fetchall_arrayref(undef, $maxfetch)) {
>  # ... do something
>  }

See example from Tim's advanced DBI talk, last item.

--
Steven Lembark                              2930 W. Palmer
Workhorse Computing                      Chicago, IL 60647
                                           +1 800 762 1582

Reply via email to