in reply to Re^2: DBI Conundrum Using CGI::App
in thread DBI Conundrum Using CGI::App

$sth->finish() is relevant only to SELECT and other data-returning calls and only then when the data has not been fully fetched. It has no relevance to an UPDATE statement and should *not* be used in this case.