in reply to Re: DBI Insertin thread DBI Insert
$sth->execute($sth)
You have a typo here. execute() takes either no arguments, or a list of bind values if you are using placeholders - you do not pass the statement handle.