MySQL Forums
Forum List  »  Perl

Re: UPDATE not working from code, no error
Posted by: Ben H.
Date: April 22, 2008 02:51AM

Are you sure the task denoted by $new_task_id really exists in the table
before the script fragment you show us being run? In fact this could be
different when you run Query Browser.

Morever in a general way calling,

$dbh = DBI->connect($connectionInfo,$userid,$passwd) or die $DBI::errstr;

might warn trouble.

Options: ReplyQuote


Subject
Written By
Posted
Re: UPDATE not working from code, no error
April 22, 2008 02:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.