Search found 1 match

by randomTN
Tue Aug 27, 2013 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the inserted rows in database
Replies: 1
Views: 828

Get the inserted rows in database

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...