Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : BATCH-SIZE attribute
 

BATCH-SIZE attribute

The maximum number of ProDataSet temp-table rows to retrieve in each FILL operation. The default value is zero (which retrieves all rows that satisfy the associated query).
Note: If you specify a batch size for a ProDataSet temp-table that is a child of a relation, the AVM restarts the BATCH-SIZE counter for each parent record (as opposed to once per temp-table).
Data type: INTEGER
Access: Readable/Writeable
Applies to: Buffer object handle
This attribute is not marshalled between the client and the AppServer (unlike the LAST-BATCH attribute).

See also

FILL( ) method, LAST-BATCH attribute