in reply to A database table size issue

Sure, don't use selectall, use one of the other methods that start with fetch

See also Tutorials->Database Programming->DBI recipes

Replies are listed 'Best First'.
Re^2: A database table size issue
by sophate (Beadle) on Apr 27, 2012 at 08:51 UTC

    It's exactly what I'm looking for !! Thanks so much !!