by-reference vs. by-value

Posted by Admin on 08-Jun-2009 23:24

hi..i just want to get more understanding..what is a different between by-reference and by-value?thanks..

All Replies

Posted by Admin on 08-Jun-2009 23:54

By-Value copied the temp-table or dataset of temp-tables from one procedure to the other, while by-reference the temp-table or dataset is only stored the the caller (by default) but you can reference the data within the second procedure as if the data was stored in it.

Posted by Admin on 09-Jun-2009 00:20

thanks

Posted by Admin on 09-Jun-2009 00:42

hi.... I'm not so clear how the by reference works.. Can anyone explain using simple example...

This thread is closed