Help for this page

Select Code to Download


  1. or download this
    if (my $rows = $sth->execute) {
        if ($rows==0) {
    ...
       print "Failed execute: ". $sth->errstr;
    }
    $sth->finish;