in reply to Re: fetchrow_array loop in perl 5.10
in thread fetchrow_array loop in perl 5.10
first fetch all items into an array and then execute the insert for each element of that arrayAnother option might be to keep two database handles, and run the search in one, and the insert in the second one.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: fetchrow_array loop in perl 5.10
by Anonymous Monk on Sep 18, 2014 at 13:43 UTC |