Help for this page

Select Code to Download


  1. or download this
            $dbh->{LongReadLen} = 1024;
    
  2. or download this
            @row = $sth->fetchrow_array();
    
  3. or download this
            $row = $sth->fetch();
    
  4. or download this
            $memofield = $$row[22];