Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect( "dbi:ODBC:AV_Lenovo", "", "",{RaiseError => 1,
    + PrintError => 1, AutoCommit => 0} ) or
    die "Unable to connect: " . $DBI::errstr . "\n";
    
  2. or download this
        my $sql = join ('', 
            "INSERT INTO raw ( 
    ...
             my $sth = $dbh->prepare($sql);
             $sth->execute( @values );
         };
    
  3. or download this
    1
    10235
    ...
    PASS
    AC=6
    G