Kbase P90536: ProDataset always returns the same records when BATCH-SIZE is used
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/09/2004 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
SYMPTOM(s):
ProDataset always returns the same records
BATCH-SIZE attribute is ignored by the AppServer
BATCH-SIZE attribute value is bigger than zero
CAUSE:
This is expected behavior. The starting position for the server to pick up at in the database table is not marshaled in any automated way.
FIX:
Send the starting position of the query either as an extra parameter, or part of a context type table in the same DataSet.