in reply to Re: Batch Upload/Insert – Row wise with Perl DBI
in thread Batch Upload/Insert – Row wise with Perl DBI
FYI, some DBDs handle execute_array etc themselves often allowing many rows of data to be sent to the database in one go. DBD::Oracle is one. If you look at the tests in DBD::Oracle and 26exe_array.t you can find examples.
|
|---|