Help for this page

Select Code to Download


  1. or download this
    # Do the updating...
    foreach (keys (%Data)) {
      $dbh->do(" update new_table set newData=\"$Data{$_}\" where newID=$_
    + ");
    } # end-foreach
    
  2. or download this
    preparing your "updating" statement with placeholders