As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Hello everyone, i want to know and how to do it, if it is possible to do transactions, between SQL objects. For example: SQL1: Start Transaction; SQL2: Insert in some table; SQL3: Insert in some table2; SQL4: Rollback; Basically, i want to do transactions (commit and rollback) with a lot of differents SQL objects. I cant find any documentation or tutorial about this. Hope you guys can help me !This message has been edited. Last edited by: Tamra,
Hi Miguelrko If you are looking at transaction processing, I would start with iWay iSM, which is used for transaction processing. Batch processing can be accomplished with iWay iDM. However, if you are building transaction screens you may want to look at WebFOCUS Maintain.
i want something simple like: in the SQL object you have the Need Commit Parameter, i want to use "Never" as value, so my own DML/TCL manage the logic in use or not use commit/rollback
Originally posted by Miguelrko: i want something simple like: in the SQL object you have the Need Commit Parameter, i want to use "Never" as value, so my own DML/TCL manage the logic in use or not use commit/rollback
Can you give us a bit more information about what you are trying to do. You indicate that you are using WebFOCUS 8 in your tag. Are you trying to insert transactions using WebFOCUS? Or, are you using an iWay product (if so which one?).
In WebFOCUS if you want to use native SQL commands and procedures, you should look at "SQL PASSTHRU",however this requires the user to have knowledge of the underlying database coding (DML/TCL). If you want WebFOCUS to control the commits and rollback of a transaction, you should use the MAINTAIN product.