Kbase P90535: BATCH-SIZE attibute is ignored by the AppServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/09/2004 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
SYMPTOM(s):
BATCH-SIZE attibute is ignored by the AppServer
Setting the BATCH-SIZE attribute for a ProDataSet
CAUSE:
This is expected behavior, BATCH-SIZE attribute is not marshalled to the AppServer
FIX:
BATCH-SIZE attribute value must be set and kept on the server side.
If the client side wants to determine it, it should pass it as an extra parameter, or put it in a context type table in the same DataSet.