in reply to Copying a Database Table Using DBI's execute_array

Your solution yanks everything into memory. Not a good idea.
  • Comment on Re: Copying a Database Table Using DBI's execute_array

Replies are listed 'Best First'.
Re^2: Copying a Database Table Using DBI's execute_array
by plendid (Sexton) on May 06, 2013 at 18:35 UTC

    Yes i agree. I am trying to avoid that. I will try it on my own and see if i can get some meaningful errors.