Why we use Local transaction and there boundaries.
Answer Posted / 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 |
Post New Answer View All Answers
How many kinds of log files in webmethods?
how to configure sap adapter6.1
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?
Explain what are the new features in 8.0 compared to 7.1?
How many interfaces you implemented sofar?
can we build loop step with in the branch
in such a way that the interface is look like that
branch
When we use repeate flow steps?
Explain about pub-sub architecture?
How we can catch exception error on run time mode using flow language in webmethods?
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?
When Should You Use Flow Diagram View?
how to configure sap adapter 4.1
When we use repeate, exit flow steps?
can anyone explain in brief about TN Consloe and Webmethods...? As well as All flow steps in webmethods: Branch Repeat Loop Sequence (explain also Try -Catch block for error Handling)
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?