Help for this page

Select Code to Download


  1. or download this
    my $sql= 'UPDATE EmployerJobs 
              SET Disabled = ? 
    ...
    my $count = $dbh->do($sql,undef,$DISABLED,$userid);
    $dbh->disconnect ();
    printf "%d records updated\n",$count;