Tag Archives: tibco jdbc

TIBCO Tutorial: How to Process JDBC Query Results in Subsets

When using JDBC Query in TIBCO Processes, there can be cases where you are getting a large number of records as query result but you don’t want to process and use all the records altogether. Rather you want JDBC Query Results to be processed as subsets. In this Step by Step JDBC Tutorial, I will… Read More »

TIBCO JDBC Batch Update Tutorial: Insert Multiple Records With One JDBC Update Activity

JDBC Update activity from JDBC Palette is used to update database records or insert new records. In the configuration tab of JDBC Update activity, you can write SQL query to insert new record. What if you want to insert multiple records to a database table in a batch? In this tutorial, I will explain how… Read More »