Save Points In Batch Execution Of Java
HI.. ALL
This is going to be very important to all and if needed history should be rewritten...
Does any one.... Any one has ever thought of Execution of a Batch - jdbc using Save Points Concept ???
If this has been ever implemented than I am sorry for my comments..
If NOT---
Then any one has idea or code or any thoughts or alternatives for this... This goes like this-->
If we have a batch file which has All Inserts , Updates and delete statements and we are reading that file in java program and executing the file in a batch execution.. Now java provides only 2 option 'START AND END' for batch execution. But ever dreamed about having Save Points in execution of a batch ?
You might be thinking why Save points needed in batch? if any one wants to have save points then they can go with normat step by step execution of the jdbc calls Why in batch ?
Trust me this is very important in various areas of development which will bring an ease of writing the program efficently..
Does any one have any idea in this regard of having SavePoints in batch execution is highly welcome.
Thanks
wahed
|