$sth = $dbh->prepare($query); $sth->execute(); while(my @row = $sth->fetchrow_array) { #do stuff } $sth->finish();
In reply to Re: DBI (Prepare once execute many fails)
by Grygonos
in thread DBI (Prepare once execute many fails)
by ColtsFoot
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |