M
Matt Baker
Guest
The temp-table will be serialized and sent across the wire when making the appserver call. By-reference is only for in-memory calls where the pointer is passed instead of a deep copy of the temp-table since passing the pointer itself can't be done between processes like this.
Continue reading...
Continue reading...