Page 1 of 1

Difference b/w DSLinkRowCount and @rownum

Posted: Thu Sep 07, 2006 3:53 am
by Xpert
Hi,

Whats the Difference between DSLinkRowCount and @Rownum. Both are giving the same. Thnx in Advance

Posted: Thu Sep 07, 2006 4:15 am
by kumar_s
@INROWNUM or @OUTROWNUM.
DSLinkRowCount is similar to @OUTROWNUM not simlar to @INROWNUM.
Have a constraint in the transformer, you can find the difference.

Posted: Thu Sep 07, 2006 6:46 am
by ray.wurlod
There is only one @INROWNUM, and only on the stream input link into a Transformer stage.

DSLinkRowCount (or DSGetLinkInfo) can be used on every link in the job.