Help for this page

Select Code to Download


  1. or download this
    use DBI;
    
    ...
    
    print $fetched_data;
    
  2. or download this
    use DBI qw(SQL_BLOB);
    
    ...
    $sth->bind_param(1, $bindata, SQL_BLOB );
    $sth->execute();