Forum Post: Passing temp-tables by reference

  • Thread starter Thread starter Nigel Allen
  • Start date Start date
Status
Not open for further replies.
N

Nigel Allen

Guest
Greetings As I understand it, passing temp-tables by-reference is only valid if you are passing them to a local procedure. I'm currently trying to find the cause of some 3244 errors. They don't happen for a while and then start to build up until the entire system has to be restarted. The errors all occur in the same temp-table when an external appserver calls a routine in an internal appserver. The system looks like this: dot net app external appserver external .p internal appserver internal .p Does anyone know if declaring a passed temp-table by reference can do any harm or is it simply ignored and passed by-value? Any spin off effect that anyone is aware of? Regards Nigel.

Continue reading...
 
Status
Not open for further replies.
Back
Top