Help for this page

Select Code to Download


  1. or download this
    $dbh->{HandleError} = sub {
      warn $DBI::lasth->{Statement};
      Carp::confess;
    }
    
  2. or download this
    insert into mytable values ( ?, ? )
    main::__ANON__('DBD::Oracle::st execute failed: ORA-01722:
    ...