I need the sample program in Java for keeping the history of table if user inserted, updated and deleted on that table. Can anybody help in this?
Thanks in advance
I think you can use the redo log of your underlying database to keep track of the operation performed. Is there any particular reason to go for the program?