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 the main difference between webservies 6.5 and webservies 7.1.2
How webMethods Developer Supports Tables?
what is adictionary
if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on failure, n the catch sequence block too set to failure, what is the result?
What Is a Replication Service?
How to convert documentlist to document? If document list contain documents and documents contain strings field .how to convert?ple tell me any one.
Where do you implemented pub-sub architecture?
In which case we are not advised to use Transformers...?
Explain about pub-sub architecture, where do you implemented this?
What Are Event Handlers?
1 Answers Tecnics Integration Technologies,
Explain header handlers in web services
What Is a Shutdown Service?