in reply to [untitled node, ID 193356]

Something that may help out in uncovering your problem is to die if you $db_update_field->execute(); fails.

Try something like this:

$db_update_field->execute() or die $dbh->errstr;