Updating an existing Row
Updating an existing row in a database table provides more opportunity for concurrency and consistency errors than inserting a new row. Use techniques shown in this section to help minimize the errors.
Updating an existing row in a database table provides more opportunity for concurrency and consistency errors than inserting a new row. Use techniques shown in this section to help minimize the errors.