Why we use Local transaction and there boundaries.
Answers were Sorted based on User's Feedback
Answer / venkateswarlu
When you are doing a batch update or delete we will go for local transactions and we can specifiy commit if all the batch is successful and will roll back in catch block if something is wrong with the batch operation.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / venkateswarlu malli
When We are doing batch operations and want to commit only after successful update/delete of a batch and roll back on any issue we will use the local_transaction. Batch update/delete should be start and commit transactions inside try and rollback transaction should be in catch block
Is This Answer Correct ? | 5 Yes | 0 No |
What is meant by "copy" condition in webmethods
IS is thread or process ?
How to Rename and Delete Elements?
steps of deploying a service in webmethods
How to create a link between variables?
What is Modeler
What Is Data Validated Against?
How You Can Delete Session Logs On IS?
If i have to move packages from one IS to another, which process would u suggest, is it thru wmDeployer or someother processes like publish/subscribe?
In which case the transformers should not be used...?
what are client groups?
When and why should we use transformers and flow services? How are they different from each other?