$updateSql = "UPDATE..."; $stHandle = $dbHandle->prepare($updateSql); $stHandle->execute; [download]
In reply to Retrieving number of updated rows in a database by dorimes