Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^7: mysql update table how to

by poj (Abbot)
on Mar 20, 2019 at 17:03 UTC ( [id://1231504]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1231504]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-03-28 10:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found