in reply to DBI::bind_colums throws error when element of binding hash is deleteed

You might want to add to error handling to your code:
my $sth2 = $dbh->prepare( $SQL2 ) or die $dbh->errstr; my $rv = $sth2->execute() or die $sth->errstr;
--
Andreas
  • Comment on Re: DBI::bind_colums throws error when element of binding hash is deleteed
  • Download Code