in reply to [Solved]: How to get count of rows changed by MySQL UPDATE command using DBI

Side comment: The UPDATE is using dynamic SQL. Interesting as there is a placeholder as well. You might want to change all the other variables to placeholders and pass the variables in the execute() as well, which would make the statement more secure.

  • Comment on Re: [Solved]: How to get count of rows changed by MySQL UPDATE command using DBI