Hi,
I'm trying to insert a row into the database with DB2 connector, however there's a auto generated key in the table that's generated in the database.
I need to be able to fetch the inserted data to get the auto generated keys value.
If I put another DB2 connector to select the data from the table it execute before the insert happens.
I need to be able weather to get the inserted data in the database or to force data stage to run the DB2 connector that makes the select after the insert happens
Get the inserted rows in database
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
Welcome aboard. This is not something you can achieve in a single parallel job.
However a server job may be your solution, as it supports the Connector having both an input and an output link.
However a server job may be your solution, as it supports the Connector having both an input and an output link.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.