Help for this page

Select Code to Download


  1. or download this
    $dbh = DBI->connect(
       'dbi:Oracle:tnsname',
    ...
       'password',
       {RaiseError => 1}
    );
    
  2. or download this
    $sth->execute(@args) || die $sth->errstr();