IBM Sterling Transformation Extender

 View Only

 JDBC Connection

Akhi Singh's profile image
Akhi Singh posted Thu August 28, 2025 05:06 PM
Can I reuse one JDBC connection to run multiple SQL statements in an ITX Map?
 
The requirement is to first run a select query. Based on the results of this query and the source input, we need to insert several entries into a table. Once these inserts are completed, we must update the status in another table.