Help for this page

Select Code to Download


  1. or download this
    $sth_1->execute($date_1) or die "Couldn't get values from DB: " . DBI-
    +>errstr;
    $sth_1->execute();
    
  2. or download this
    my $dbh = DBI->connect( 'DBI:Oracle:SID',
                            'username',
    ...
                                AutoCommit  => 0,
                            },
                        );