Help for this page

Select Code to Download


  1. or download this
    $InsertIntoMetar = <<SQL;
    REPLACE INTO Metar 
    ...
        or die "Can't prepare $InsertIntoMetar: $dbh->errstr\n";
        $rv   = $sth->execute                                             
    +               ##Insert into production Metar table.
        or die "can't execute the query: $sth->errstr";
    
  2. or download this
    can't execute the query: DBI:: st=HASH(0x1a07924)-> errstr at Load_Met
    +ar_New1.pl line 600. Line 600 is the line that contains the $rv   = $
    +sth->execute shown above.