![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Re: DBI/mysql gathering all rows on executeby jdtoronto (Prior) |
on Nov 24, 2003 at 20:33 UTC ( #309669=note: print w/replies, xml ) | Need Help?? |
This method can be problematic. If there is any other activity on the table then the results will not be returned in the same order on succesive accesses and so you have a chance of missing some records completely or getting some twice. It is in fact possible, but not common, for consecutive executes to return the recirds in a different order even when no other activity has taken place on the table, particularly when using Perl 5.8.1 or later.
In Section
Seekers of Perl Wisdom
|
|