Help for this page

Select Code to Download


  1. or download this
    $sth->execute();
    
  2. or download this
    local $sth->{RaiseError} = 0;  # Don't throw an exception on error.
    local $sth->{PrintError} = 0;  # Don't display error messages.
    $sth->execute();