Help for this page

Select Code to Download


  1. or download this
    my $inserthandle = $dbh->prepare("INSERT INTO DATA (LongData) VALUES (
    +'$longstring');
    
    $inserthandle->execute or die $DBI::errstr;
    
  2. or download this
    DBD::mysql::st execute warning: at ./script line 121
    Died at ./crcdb line 121