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...
Continue reading...