Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    wait();
    my $result = "insert into $TABLE_NAME(method) values('Parent Success')
    +;";
    my $STH = $DBH->do("$result");
    
  2. or download this
    DBD::Pg::db do failed: server closed the connection unexpectedly
            This probably means the server terminated abnormally
            before or while processing the request.