Update table field even if input is set

Asked

Viewed 18 times

0

I have a table in the database and am normally running insert, delete, update, select operations. During a test I was running an update of a field with the same information that is set in the database and generated a failure. Is there any way to successfully execute the update in a field, even if what is set is equal to the input?

  • Your question is very unclear. Read it as if you were another user, you would understand the question 100% without examples or anything? Help us there :)

  • What was the flaw? There is no problem updating a column with the same data, although it is good practice to make the application identify whether or not there was a change before executing the update.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.