my $inserthandle = $dbh->prepare("INSERT INTO DATA (LongData) VALUES ('$longstring'); $inserthandle->execute or die $DBI::errstr;