Quantcast
Channel: Teradata Forums - All forums
Viewing all articles
Browse latest Browse all 27759

TPT API From Informatica - response (1) by vijai_meda

$
0
0

Yes, we can override the work table names for UPDATE operator with TPTAPI. Just add the desired table name for the attribute "TD_WORK_TABLE".
Examples :
conn->AddAttribute(TD_WORK_TABLE, "testa_wt");
conn->AddArrayAttribute(TD_WORK_TABLE, 2, "testa_wt", "testb_wt", NULL);
 
 
For more information refer the TPTAPI programmers guide.


Viewing all articles
Browse latest Browse all 27759

Trending Articles