Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use Compress::Zlib;
    ...
    # Put the compressed data back here
    
    $dbh->disconnect();
    
  2. or download this
       UPDATE Table1
       SET Image = $output
       WHERE Id = 1