Help for this page

Select Code to Download


  1. or download this
    DBD::Oracle::st execute failed: ORA-01465: invalid hex number (DBD ERR
    +OR: OCIStmtExecute)
    
  2. or download this
    Name   Null?    Type
    ----   -----    ----
    ID     NOT NULL VARCHAR2(2)
    DATA   NOT NULL BLOB
    
  3. or download this
    use strict;
    use warnings 'all';
    ...
    my $sth = $dbh->prepare($insert_stmt);
    $sth->bind_param(1, $data, \%types);
    $sth->execute();