in reply to
Re: DBI - retrieving a specific row
in thread
DBI - retrieving a specific row
If it's a large database you are handling (ie lots of columns), that's (the 2D array method) is not going to be the most memory friendly method - but the
loop and LIMIT
is worth considering.
Comment on
Re: Re: DBI - retrieving a specific row
In Section
Seekers of Perl Wisdom