Consultor Eletrônico



Kbase P90637: Cannot set BATCH-SIZE for a non dataset temp-table
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/28/2005
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0x

SYMPTOM(s):

Error (4057) or (12361) when setting BATCH-SIZE for a non dataset temp-table

**Attribute <attribute> for the <widget id> has an invalid value of <integer>. (4057)

**Attribute BATCH-SIZE for the BUFFER has an invalid value of <integer>. (4057)

BATCH-SIZE may only be set for dataset temp-tables. (12361)

CAUSE:

This is expected behavior, BATCH-SIZE is only allowed for ProDataSet temp-tables

FIX:

Add the temp-table to a ProDataSet