Click here to Skip to main content
15,906,816 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
CSS
Record was not updated because of a write conflict.
Fields with conflicts:

Field Name  Current Value
Stored in Table Original Value in Field Updated_On  02/08/2013 12:08:21 24 pm   02/08/2013 12:00:00 00 am


code:-
SQL
IF(UPDATE(Interview_Date_And_Time))
BEGIN
INSERT INTO Interview_History(Interview_Id,Column_Name,Old_Value,New_Value,Updated_On,Updated_By) VALUES (@InterviewID,'Interview Date And Time',@OldValueInterviewDateAndTime,@InterviewDateAndTime,@UpdatedOn,@UpdatedBy);
END
Posted

1 solution

it is font end issue.for the updated on field and didn't give permission to update the value.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900