Help for this page

Select Code to Download


  1. or download this
    $mysql_db = DBI->connect("DBI:mysql:database=$d;host=$h", $u, $)
    $oracle_db = DBI->connect("dbi:Oracle:host=$h;service_name=$d", $u, $p
    +)
    
    ...
    
    $del_handle = $oracle_db->prepare($del_sql);
    $ins_handle = $oracle_db->prepare($ins_sql);
    
  2. or download this
    $tuples = $del_handle->execute_array(\%attr, $mysql_data)
        or die $del_handle->errstr;