Help for this page

Select Code to Download


  1. or download this
            # commit in 1000-row chunks
            if ($row and ($row % $COMMIT_CHUNK_SIZE == 0)) {
                $dbh->commit;
            }