Consultor Eletrônico



Kbase P12255: How to pass buffer parameters between a Progress client session and the AppServer?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/31/2005
Status: Unverified

GOAL:

Is it true that you can get a better performance using passing a BUFFER as parameter instead of passing ROWID and then use FIND by ROWID using external procedures

GOAL:

How to pass buffer parameters between a Progress client session and the AppServer?

FIX:

You cannot pass BUFFER parameters to a remote procedure. However, you can also pass temp-table (TABLE and TABLE-HANDLE) parameters to a remote procedure.