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 |
How many interfaces you implemented sofar?
What Is Developer?
When Is a Copy of the Input Pipeline Saved in the Audit Log?
why are you deploying the war (or) ear file?
gate ways in webmethods
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
Can you spell "Webmethods" properly in the language of your choice?
What are Structural transformations ?
What Does a Flow Service Look Like in Diagram View?
When Should You Use Flow Diagram View?
difference between 8x and 9x
Difference between custom sql ,dynamic sql ? when we use custom sql,when we use dynamic sql?