in reply to Re: Re: Re: Batch DB query -- implementation?
in thread Batch DB query -- implementation?
(use looping as convenient).my $sth = $dbh->prepare($query) $sth->execute(@parameterlist)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re(4): Batch DB query -- implementation?
by perrin (Chancellor) on Jul 03, 2002 at 16:28 UTC |