T
Tim Kuehn
Guest
[quote user="Peter Judge"] I'm also getting that BIND helps manage/pass a single copy of a temp-table's data. [/quote] Strictly speaking - BIND and BY-REFERENCE don't pass anything but a TT reference. BIND permanently associates the target instance's TT references with the source's TT reference. BY-REFERENCE associates the target instance's TT references with the source's TT reference for the duration of the call. On the other hand, a straight INPUT TABLE tt_Table parameter does a call-by-value which creates a duplicate copy of TT data.
Continue reading...
Continue reading...