Consultor Eletrônico



Kbase 19551: OPEN CLIENT: Output Temp-Tables, Where Does Data Reside?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/02/2000
When you call a 4GL procedure on the AppServer from Open Client (i.e. Java or ActiveX) and you have an INPUT-OUTPUT or OUTPUT temp-table that is sent back from the AppServer it is important to know that when the call is completed the temp-table data has not necessarily been transferred from the AppServer side to the client side.

The temp-table data is sent to the client from the AppServer in 4K chunks so if you are passing back large amounts of data (i.e. more than 4K of data) this means multiple trips across the network.