Kbase P185778: No records returned to .NET client when static dataset output parameter is preceded by output datase
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/12/2011 |
|
Status: Unverified
SYMPTOM(s):
ABL code defines output parameter dataset-handle followed by output parameter for static dataset
Static dataset has records added to it
Dataset-handle parameter has a CREATE DATASET statement executed for it
Program is called from .NET application using .NET Open Client
When call from .NET is complete no error is returned but no records are returned for the static dataset
FACT(s) (Environment):
Windows
OpenEdge 10.2x
OpenEdge Language Category: ProDataSets
CAUSE:
Bug# OE00206608
CAUSE:
The dataset-handle parameter has an incomplete dataset (the dynamic dataset object was created but no temp-tables were associated with it).
FIX:
As a workaround either finish defining the dynamic dataset for the dataset-handle parameter or reset the parameter to the unknown value before returning.