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;
Comment on
Re: Unexpected results in SQL queary subs
Select
or
Download
Code
In Section
Seekers of Perl Wisdom