in reply to Re: DBI Insert
in 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.

--
3dan