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 |
steps of deploying a service in webmethods
How to Find Elements in the Navigation Panel?
How to create a link between variables?
what are client groups?
How to Restore a Session on a Server?
How can you see partner data using webservice.
what is meant by "Block time out" and "Expire time out " in jdbc adapter configuration
How we can catch exception error on run time mode using flow language in webmethods?
what are extended settings?
When and why should we use transformers and flow services? How are they different from each other?
How to connect jdbc connection in webmethods without server and with server step by step explain.
In JMS can we publish a document to multiple brokers ? If Possible ,how can we achieve that ?