Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I would like to use the method “useLocalTransactionMode()” to lock a document.I have two buttons: one for locking a document and the other one for updating data. That means at first i must click on the button “Lock” to lock a document, and then on button “Update” to update data.Could someone please help me?ThanksButterfly
Hello,Please take a look at the example code provided in “ProcessMessage.java” in the JavaTaminoAPIExamples.jar file. The performUpdate() method shows how to use transactions.I hope this helps.