Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Update two cloum Data in my Table.I want to recover Update data in my table.how to do it.


I Update same data in my Table unfortunately Update All Data in My Data table two colums.I want to Recover OLD Data in my Table.
Posted
Updated 29-Apr-14 22:39pm
v4
Comments
phil.o 30-Apr-14 4:33am    
Unclear. Please provide more details.
Corporal Agarn 5-May-14 8:49am    
We make sure to use BEGIN TRAN then have ROLLBACK TRAN and COMMIT TRAN so we can check. That way you have a buffer.

1 solution

 
Share this answer
 
v2

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