Help for this page

Select Code to Download


  1. or download this
    $sql_net="UPDATE today_records
            SET current_prem= ?
            WHERE  account_num= ? AND type='OK'";
    my $sth2 = $dbh_2->prepare($sql_net);
    
  2. or download this
            $sth2->execute(CONVERT(money, '$ABC7'),'$ABC2') || die $sth2->
    +errstr;