Using Override Transaction Behavior in TIBCO JDBC Palette
For database DML statements (Update, Insert, Delete), It is always a preferred approach to include all related activities in a JDBC Transaction group so that all statements are committed or rolled back together in order to ensure data accuracy and to avoid any anomalies in the database records. However, there are scenarios where a developer… Read More »