Consultor Eletrônico



Kbase P6466: Passing Output Temp-Table Handle To Java Client Generates Error Indicating Variable Should Be a 'Han
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/19/2006
Status: Verified

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x

SYMPTOM(s):

Java

Open Client

Passing back an output temp-table handle to Java generates an error indicating that the output holder variable must be of type 'HandleHolder'

CHANGE:

Source code on the AppServer was changed to pass back a temp-table handle instead of a temp-table

CAUSE:

The DEFINE PARAMETER statement is incorrect

FIX:

Ensure that the DEFINE PARAMETER statement is defined as follows:

DEFINE OUTPUT PARAMETER TABLE-HANDLE FOR <temp table handle>