my $sth = $dbh->prepare($sql) or die $dbh->errstr(); # and $sth->execute() or die $dbh->errstr(); [download]
In reply to Re: Insert into database table by reneeb in thread Insert into database table by curtisb