Kbase P115043: How to call a procedure without parameter using the Open Client Java OpenAPI
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/09/2006 |
|
Status: Unverified
GOAL:
How to call a procedure without parameter using the Open Client Java OpenAPI
GOAL:
How to define a ParamArray variable when a persistent procedure does not have parameters from a Java Open client
FACT(s) (Environment):
OpenEdge 10.1x
FIX:
When defining the parameter array (ParamArray) variable, specify "0" for the number of parameters.
For example:
ParamArray parms = new ParamArray(0);