Forum Post: RE: by-reference q

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top