I want to know if there's any way to recover the deleted or updated records updated accidentally in an Informix DB?
The table structure is like this:
ID NAME CODE
1 john yy7
2 Rany uu6
3 Mike hh7
The data has been updated to:
ID NAME CODE
1 XX yy7
2 XX uu6
3 XX hh7