Forum Post: AW: Passing temp-tables by reference

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
When a temp-table is used as a BY-REFERNCE parameter in an AppServer call it’s becoming a BY-VALUE. As BY-REFERENCE is only valid in a session. The biggest pitfall in those situations may be that the called procedure has to DELETE OBJECT the temp-table handle before returning. Otherwise it leaves the dynamic temp-table in memory for very long. Not sure, what your 3244 error is – I don’t learn Progress Error Message numbers by heart ;-)

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