I'm restoring my MySQL database from
java code.
I use Process for running a batch file and i need to roleback if there were any exceptions.
How can I track the exceptions?
Is there any way doing this import action with tracking it by
jdbc "Statements"?