in reply to Problem with update statement with DBD::mysql

This may be a silly question but did you "commit" your change to the database? If not then you'd lose your update.
  • Comment on Re: Problem with update statement with DBD::mysql

Replies are listed 'Best First'.
Re^2: Problem with update statement with DBD::mysql
by mjscott2702 (Pilgrim) on Nov 09, 2010 at 10:22 UTC
    Good point - remember that you can also set AutoCommit on a database handle, if you don't want to manually commit each transaction.