Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl
    
    ...
        }
        $db->insert($table, \@row);
    }
    
  2. or download this
    DBD::ODBC::st execute failed: [Microsoft][SQL Server Native Client 10.
    +0]Ungültiger Zeichenwert für Konvertierungsangabe (SQL-22018)
    
  3. or download this
    #!c:/perl/bin/perl
    
    ...
    $sth->execute();
    $sth->finish();
    $dbh->disconnect();